Module Nettle.BlockCipher16()->KW

Inheritance graph
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

RFC 6931 section 2.6.3 indicates that this algorithm is also appropriate for Camellia.


Inherit AE

inherit __builtin.Nettle.AE : AE


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.