- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for sealAfterIndicator (0.12 sec)
-
lib/fips140/v1.0.0.zip
12 ) func (g *GCM) NonceSize() int { return g.nonceSize } func (g *GCM) Overhead() int { return g.tagSize } func (g *GCM) Seal(dst, nonce, plaintext, data []byte) []byte { fips140.RecordNonApproved() return g.sealAfterIndicator(dst, nonce, plaintext, data) } func (g *GCM) sealAfterIndicator(dst, nonce, plaintext, data []byte) []byte { if len(nonce) != g.nonceSize { panic("crypto/cipher: incorrect nonce length given to GCM") } if g.nonceSize == 0 { panic("crypto/cipher: incorrect GCM nonce size")...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)