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 uint8_t input[],
size_t input_len,
39 const uint8_t input[],
size_t input_len,
void aont_package(RandomNumberGenerator &rng, BlockCipher *cipher, const uint8_t input[], size_t input_len, uint8_t output[])
void aont_unpackage(BlockCipher *cipher, const uint8_t input[], size_t input_len, uint8_t output[])