md5 - MD5 Message Digest Algorithm

Module Description

The md5 module implements words for using the MD5 algorithm.

Module Words

MD5 Structure

md5% ( - n )
Get the required space for the md5 data structure

MD5 structure creation, initialisation and destruction

md5-init ( w:md5 - )
Initialise the MD5

md5-create ( C: "name" - R: - w:md5 )
Create a named MD5 in the dictionary

md5-new ( - w:md5 )
Create a new MD5 on the heap

md5-free ( w:md5 - )
Free the MD5 from the heap

MD5 words

md5-reset ( w:md5 - )
Reset the MD5 state

md5-update ( c-addr u w:md5 - )
Update the MD5 with more data

md5-finish ( w:md5 - u1 u2 u3 u4 )
Finish the MD5 calculation

md5+to-string ( u1 u2 u3 u4 - c-addr u )
Convert MD5 result to string, using the pictured output area

Inspection

md5-dump ( w:md5 - )
Dump the md5 state


generated 09-Jan-2007 by ofcfrth-0.2.0