8 #ifndef BOTAN_AONT_PACKAGE_TRANSFORM_H__     9 #define BOTAN_AONT_PACKAGE_TRANSFORM_H__    11 #include <botan/block_cipher.h>    12 #include <botan/rng.h>    27                             const byte input[], 
size_t input_len,
    39                               const byte input[], 
size_t input_len,
 
void aont_package(RandomNumberGenerator &rng, BlockCipher *cipher, const byte input[], size_t input_len, byte output[])
void aont_unpackage(BlockCipher *cipher, const byte input[], size_t input_len, byte output[])