- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for KeySizeError (1.14 sec)
-
api/go1.txt
pkg crypto, type Hash uint pkg crypto, type PrivateKey interface {} pkg crypto/aes, const BlockSize ideal-int pkg crypto/aes, func NewCipher([]uint8) (cipher.Block, error) pkg crypto/aes, method (KeySizeError) Error() string pkg crypto/aes, type KeySizeError int pkg crypto/cipher, func NewCBCDecrypter(Block, []uint8) BlockMode pkg crypto/cipher, func NewCBCEncrypter(Block, []uint8) BlockMode pkg crypto/cipher, func NewCFBDecrypter(Block, []uint8) Stream
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
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)