info.txt |
|
91 |
package.cpp |
|
3722 |
package.h |
Rivest's Package Tranform
@param rng the random number generator to use
@param cipher the block cipher to use (aont_package takes ownership)
@param input the input data buffer
@param input_len the length of the input data in bytes
@param output the output data buffer (must be at least
input_len + cipher->BLOCK_SIZE bytes long)
|
1410 |