NIST Key Wrapping

Index

nist-key-unwrap nist-key-wrap

Reference

(nist_key_wrap kek wrapperd &opt cipher)

This unwraps the result of nist_key_wrap. If omitted, "AES" is used for `cipher`.

nist-key-wrapcfunction
(nist_key_wrap kek key &opt cipher)

This performs KW (key wrap) mode. The input must be a multiple of 8 bytes long. If omitted, "AES" is used for `cipher`.