- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for temps (0.35 sec)
-
lib/fips140/v1.0.0.zip
nil { panic(err) } c := &Counter{} c.c = *aes.NewCTR(cipher, V) c.update(entropy) c.reseedCounter = 1 return c } func (c *Counter) update(seed *[SeedSize]byte) { // CTR_DRBG_Update, per Section 10.2.1.2. temp := make([]byte, SeedSize) c.c.XORKeyStream(temp, seed[:]) K := temp[:keySize] V := temp[keySize:] // Again, we pre-increment V, like in NewCounter. increment((*[aes.BlockSize]byte)(V)) cipher, err := aes.New(K) if err != nil { panic(err) } c.c = *aes.NewCTR(cipher, V) } func increment(v *[aes.BlockSize]byte)...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
RELEASE.md
large_constant]`) into 32-bit arithmetic in SASS. As a result, these versions of `ptxas` miscompile most XLA programs which use more than 4GB of temp memory. This results in garbage results and/or `CUDA_ERROR_ILLEGAL_ADDRESS` failures. A fix in CUDA 9.1.121 is expected in late February 2018. We do not expect a
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1) -
docs/en/docs/release-notes.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 12:48:45 UTC 2025 - 544.1K bytes - Viewed (0)