Botan
1.11.15
|
#include <botan/internal/mode_utils.h>
#include <botan/ecb.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
Botan::BOTAN_REGISTER_TRANSFORM (ECB_Encryption, make_ecb_mode< ECB_Encryption >) | |
Botan::BOTAN_REGISTER_TRANSFORM (ECB_Decryption, make_ecb_mode< ECB_Decryption >) | |
template<typename T > | |
Transform * | Botan::make_ecb_mode (const Transform::Spec &spec) |