- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for KeySizeError (0.37 sec)
-
lib/fips140/v1.0.0.zip
aes256KeySize = 32 aes128Rounds = 10 aes192Rounds = 12 aes256Rounds = 14 ) // roundKeysSize returns the number of uint32 of c.end or c.dec that are used. func (b *blockExpanded) roundKeysSize() int { return (b.rounds + 1) * (128 / 32) } type KeySizeError int func (k KeySizeError) Error() string { return "crypto/aes: invalid key size " + strconv.Itoa(int(k)) } // New creates and returns a new [cipher.Block] implementation. // The key argument should be the AES key, either 16, 24, or 32 bytes to select // AES-128,...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)