MD5Final Function (ROM Call 0x256)

rsa.h

void MD5Final (unsigned char *digest, MD5_CTX *context);

Ends an MD5 operation and produces a Message-Digest.

MD5Final finalizes MD algorithm, i.e. ends an MD5 Message-Digest operation, writing the Message-Digest in the 16-byte buffer pointed to by digest in according to the information stored in context.


Uses: MD5Update
Used by: MD5Done


See also: MD5Init