aontPackage

Rivest's Package Tranform

static if(BOTAN_HAS_AONT)
void
aontPackage

Parameters

rng RandomNumberGenerator

the random number generator to use

cipher BlockCipher

the block cipher to use

input const(ubyte)*

the input data buffer

input_len size_t

the length of the input data in bytes

output ubyte*

the output data buffer (must be at least input_len + cipher.BLOCK_SIZE bytes long)

Meta