My Project
Loading...
Searching...
No Matches
ripemd.h
Go to the documentation of this file.
1
26int wc_InitRipeMd(RipeMd*);
27
62int wc_RipeMdUpdate(RipeMd* ripemd, const byte* data, word32 len);
63
103int wc_RipeMdFinal(RipeMd* ripemd, byte* hash);
int wc_RipeMdUpdate(RipeMd *ripemd, const byte *data, word32 len)
This function generates the RipeMd digest of the data input and stores the result in the ripemd->dige...
int wc_InitRipeMd(RipeMd *)
This function initializes a ripemd structure by initializing ripemd’s digest, buffer,...
int wc_RipeMdFinal(RipeMd *ripemd, byte *hash)
This function copies the computed digest into hash. If there is a partial unhashed block,...