Name Description Size
info.txt 233
nist_keywrap.cpp Special case for small inputs: if input == 8 bytes just use ECB (see RFC 3394 Section 2) 5684
nist_keywrap.h Key wrap. See RFC 3394 and NIST SP800-38F @param input the value to be encrypted @param input_len length of input, must be a multiple of 8 @param bc a keyed 128-bit block cipher that will be used to encrypt input @return input encrypted under NIST key wrap algorithm 1924