unit md5

MD5

author: Free Pascal development team, Tomasz Biela (Tebe)


Implements a MD5 digest algorithm (RFC 1321)
https://github.com/alrieckert/freepascal/blob/master/packages/hash/src/md5.pp

Constants:

name:value:description:
s: array[0..63] of byte(
K: array[0..63] of cardinal(
PADDING_MD45: array[0..15] of Cardinal($80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)

Register Variables:

name:address:type:description:
BlockBufferPBlock