☰
Module aes_kw
Structs
Constants
Type Definitions
?
Module
crypto
::
ciphers
::
aes_kw
source
·
[
−
]
Structs
AesKeyWrap
The AES Key Wrap Algorithm as defined in
RFC3394
Constants
BLOCK
AES Key Wrap operates on 64-bit block sizes
DIV
The default initial value (IV)
Type Definitions
Aes128Kw
AES Key Wrap using AES-128 block cipher.
Aes192Kw
AES Key Wrap using AES-192 block cipher.
Aes256Kw
AES Key Wrap using AES-256 block cipher.