Xiqual 0.9.1
In file xitools/md5sum.c:
(struct MD5Context* ctx, unsigned
char const* buf,
unsigned len)
Update context to reflect the concatenation of another
buffer full of bytes.
Documentation
Update context to reflect the concatenation of another
buffer full of bytes. Finalise with MD5Final after last part of
stream to sum.
- Parameters:
- ctx - The context,
initialised once by MD5Init()
- buf A buffer of whatever
data you want to sum.
- len Size of the
buffer.
- Author:
- Ron Rivest (algorithm), Colin Plumb (code)
- See Also:
- MD5Sum(), MD5Init(), MD5Final(), MD5Ascii()
Alphabetic index
This page was generated with the help of DOC++.