Module Nettle.BlockCipher16()->KW
- Description
The AES Key Wrapping algorithm from RFC 3394.
This algorithm is intended to be used to encode encryption keys which are a multiple of 8 bytes and at least 16 bytes long.
- Note
This mode uses the AEAD APIs, but it does NOT have support for authenticated data.
- Constant DEFAULT_IV
constant
Nettle.BlockCipher16.KW.DEFAULT_IV
- Description
This is the default initialization vector specified by RFC 3394 section 2.2.3.1.
- Inherit AE
inherit __builtin.Nettle.AE : AE