8 #include <botan/desx.h>
9 #include <botan/internal/xor_buf.h>
18 for(
size_t i = 0; i != blocks; ++i)
34 for(
size_t i = 0; i != blocks; ++i)
48 void DESX::key_schedule(
const byte key[],
size_t)
void decrypt(const byte in[], byte out[]) const
void decrypt_n(const byte in[], byte out[], size_t blocks) const
void copy(const T in[], size_t n)
void set_key(const SymmetricKey &key)
void encrypt(const byte in[], byte out[]) const
void xor_buf(byte out[], const byte in[], size_t length)
void encrypt_n(const byte in[], byte out[], size_t blocks) const