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