Name Description Size
info.txt 76
nist_keywrap.cpp Special case for small inputs: if input <= 8 bytes just use ECB 5145
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 2037