8#ifndef BOTAN_NOEKEON_H__
9#define BOTAN_NOEKEON_H__
11#include <botan/block_cipher.h>
21 void encrypt_n(
const byte in[],
byte out[],
size_t blocks)
const;
22 void decrypt_n(
const byte in[],
byte out[],
size_t blocks)
const;
25 std::string
name()
const {
return "Noekeon"; }
33 static const byte RC[17];
46 void key_schedule(
const byte[],
size_t);
void decrypt_n(const byte in[], byte out[], size_t blocks) const
const SecureVector< u32bit > & get_DK() const
void encrypt_n(const byte in[], byte out[], size_t blocks) const
BlockCipher * clone() const
const SecureVector< u32bit > & get_EK() const