function: rmd160_calc | (library) rmd160 |
Name
rmd160_calc - internal function for performing calculations
Synopsis
int rmd160_calc( rm160uint32 *state, rm160uint *data )
Description
rmd160_calc perform RIPEMD-160 calculations on a given state (5 words of 32 bits) using a block of data (16 words of 32 bits).
state is a pointer to the calculation state to be updated.
data is a pointer to the data block to include in the calculations.
Return values
Errors
No error conditions are defined.
See also
rmd160 homepage