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