- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for counterCrypt (0.09 sec)
-
lib/fips140/v1.0.0.zip
paddedGHASH(&hash, lens[:], productTable) copy(counter[:], hash[:]) } } // counterCrypt encrypts in using AES in counter mode and places the result // into out. counter is the initial count value and will be updated with the next // count value. The length of out must be greater than or equal to the length // of in. // counterCryptASM implements counterCrypt which then allows the loop to // be unrolled and optimized. func counterCrypt(b *aes.Block, out, in []byte, counter *[gcmBlockSize]byte) { enc := ...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)