An implementation of the Advance Encryption Standard Key Wrapping Algorithm (AES-KW) originally designed by NIST and formalized in RFC 3394
Constructs AESKW instance with the given key.
Cleans the buffers and underlying memory associated to the cipher.
Un-wraps a wrapped key using the key encryption key supplied in the constructor
Wraps supplied key data with the key encryption key supplied in the constructor.
An implementation of the Advance Encryption Standard Key Wrapping Algorithm (AES-KW) originally designed by NIST and formalized in RFC 3394
See