- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for gcmAuthGeneric (0.08 sec)
-
lib/fips140/v1.0.0.zip
value // and increments it. func gcmInc32(counterBlock *[gcmBlockSize]byte) { ctr := counterBlock[len(counterBlock)-4:] byteorder.BEPutUint32(ctr, byteorder.BEUint32(ctr)+1) } // gcmAuthGeneric calculates GHASH(additionalData, ciphertext), masks the result // with tagMask and writes the result to out. func gcmAuthGeneric(out []byte, H, tagMask *[gcmBlockSize]byte, ciphertext, additionalData []byte) { checkGenericIsExpect() lenBlock := make([]byte, 16) byteorder.BEPutUint64(lenBlock[:8], uint64(le...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)