Botan
1.11.15
|
#include <botan/rfc3394.h>
#include <botan/internal/algo_registry.h>
#include <botan/block_cipher.h>
#include <botan/loadstor.h>
#include <botan/exceptn.h>
#include <botan/internal/xor_buf.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
secure_vector< byte > | Botan::rfc3394_keyunwrap (const secure_vector< byte > &key, const SymmetricKey &kek) |
secure_vector< byte > | Botan::rfc3394_keywrap (const secure_vector< byte > &key, const SymmetricKey &kek) |