int md5Digest(md5Param *mp, byte *digest)
This function finishes the current hash computation and copies the digest value into digest.
#define BEECRYPTAPI
Definition: api.h:52
const hashFunction md5
Holds the full API description of the MD5 algorithm.
int md5Reset(md5Param *mp)
This function resets the parameter block so that it's ready for a new hash.
Holds all the parameters necessary for the MD5 algorithm.
Definition: md5.h:35
uint32_t mpw
Definition: api.h:94
int md5Update(md5Param *mp, const byte *data, size_t size)
This function should be used to pass successive blocks of data to be hashed.
void md5Process(md5Param *mp)
Definition: beecrypt.h:301
uint32_t offset
Offset into data; points to the place where new data will be copied before it is processed.
Definition: md5.h:61