Botan  1.11.15
Namespaces | Functions
src/lib/block/serpent_x86_32/serp_x86_32.cpp File Reference
#include <botan/internal/block_utils.h>
#include <botan/serp_x86_32.h>

Go to the source code of this file.

Namespaces

namespace  Botan

Functions

 Botan::BOTAN_REGISTER_NAMED_T_NOARGS (BlockCipher, Serpent_X86_32,"Serpent","x86-32")
void Botan::botan_serpent_x86_32_decrypt (const byte in[16], byte out[16], const u32bit ks[132])
void Botan::botan_serpent_x86_32_encrypt (const byte in[16], byte out[16], const u32bit ks[132])
void Botan::botan_serpent_x86_32_key_schedule (u32bit ks[140])