[][src]Crate aes_keywrap_rs

Structs

Aes128Kw
Aes192Kw
Aes256Kw

Constants

IV_3394

Initial value from RFC3394 Section 2.2.3.1 http://www.ietf.org/rfc/rfc3394.txt

IV_5649

Alternate initial value for aes key wrapping, as defined in RFC 5649 section 3 http://www.ietf.org/rfc/rfc5649.txt

Functions

aes_unwrap_key

Unwrap key and Check IV in RFC3394

aes_unwrap_key_and_iv

Unwrap and return the key and IV

aes_unwrap_key_with_pad

Unwrap key with pad using padding algorithm (RFC5649)

aes_wrap_key

Wrap key with the IV defined in RFC3394

aes_wrap_key_and_iv

Wrap key with specific IV

aes_wrap_key_with_pad

Wrap key with pad using padding algorithm (RFC5649)