36 struct _ripemd128Param
51 #elif (MP_WBITS == 32) const hashFunction ripemd128
Holds the full API description of the RIPEMD-128 algorithm.
Holds all the parameters necessary for the RIPEMD-128 algorithm.
Definition: ripemd128.h:34
uint32_t offset
Offset into data; points to the place where new data will be copied before it is processed.
Definition: ripemd128.h:60
int ripemd128Digest(ripemd128Param *mp, byte *digest)
This function finishes the current hash computation and copies the digest value into digest...
uint8_t byte
Definition: api.h:72
int ripemd128Update(ripemd128Param *mp, const byte *data, size_t size)
This function should be used to pass successive blocks of data to be hashed.
uint64_t mpw
Definition: api.h:87
#define BEECRYPTAPI
Definition: api.h:52
void ripemd128Process(ripemd128Param *mp)
This function performs the core of the RIPEMD-128 hash algorithm; it processes a block of 64 bytes...
int ripemd128Reset(ripemd128Param *mp)
This function resets the parameter block so that it's ready for a new hash.
Definition: beecrypt.h:301