8 #ifndef BOTAN_SERPENT_X86_32_H__     9 #define BOTAN_SERPENT_X86_32_H__    11 #include <botan/serpent.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;
    26       void key_schedule(
const byte[], 
size_t);
 
BlockCipher * clone() const