- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for tagCount (0.1 sec)
-
lib/fips140/v1.0.0.zip
uint64(len(nonce)), uint64(0)) } aes.EncryptBlockInternal(&g.cipher, tagMask[:], counter[:]) var tagOut [gcmTagSize]byte gcmAesData(&g.productTable, data, &tagOut) if len(plaintext) > 0 { gcmAesEnc(&g.productTable, out, plaintext, &counter, &tagOut, aes.EncryptionKeySchedul(&g.cipher)) } gcmAesFinish(&g.productTable, &tagMask, &tagOut, uint64(len(plaintext)), uint64(len(data))) copy(out[len(plaintext):], tagOut[:]) } func open(out []byte, g *GCM, nonce, ciphertext, data []byte) error { if !supportsAESGCM...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)