|
QuickHash Library |
API |
|
RIPEMD128 API Overview
RIPEMD128 API assists you in generating RIPEMD128
message digests.
RIPEMD128 message digests can be generated in two modes:
accumulative and non-accumulative.
The accumulative mode is applied when the data for
which the digest is calculated (data) represents one or more continuous
memory block(s) or when the data is created at runtime in many steps (for
instance, when reading a file).
Non-accumulative mode can be applied when the data
represents only one continuous memory block.
Note. When the data represents just one
continuous memory block, both methods can be applied.
To generate the message digest in the accumulative mode,
perform the following:
To generate the message digest in the non-accumulative mode,
perform the following:
RIPEMD128 API Functions
|
Useful Links | HashCalc
Samples RIPEMD128 message digest generation for a file
RIPEMD128 message digest generation for a string
|