aontUnpackage

Rivest's Package Tranform (Inversion)

static if(BOTAN_HAS_AONT)
void
aontUnpackage
(,
const(ubyte)* input
,
size_t input_len
,
ubyte* output
)

Parameters

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