Botan 3.6.1
Crypto and TLS for C&
|
#include <botan/rfc3394.h>
#include <botan/block_cipher.h>
#include <botan/nist_keywrap.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
secure_vector< uint8_t > | Botan::rfc3394_keyunwrap (const secure_vector< uint8_t > &key, const SymmetricKey &kek) |
secure_vector< uint8_t > | Botan::rfc3394_keywrap (const secure_vector< uint8_t > &key, const SymmetricKey &kek) |