- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for XORKeyStreamAt (0.1 sec)
-
lib/fips140/v1.0.0.zip
bits.Add64(c.offset, BlockSize-remainder, 0) if carry != 0 { panic("crypto/aes: counter overflow") } } } // XORKeyStreamAt behaves like XORKeyStream but keeps no state, and instead // seeks into the keystream by the given bytes offset from the start (ignoring // any XORKetStream calls). This allows for random access into the keystream, up // to 16 EiB from the start. func (c *CTR) XORKeyStreamAt(dst, src []byte, offset uint64) { if len(dst) < len(src) { panic("crypto/aes: len(dst) < len(src)") } dst...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)