This core is a fully compliant implementation of the Message Digest Algorithm MD5. It computes a 128-bit message digest for messages of up to (264 – 1) bits. Simple, fully synchronous design with low gate count.
The OL_MD5 core is a fully compliant hardware implementation of the MD5 algorithm, suitable for a variety of applications.
The MD5 algorithm is an improved version of MD4, created by Professor Ronald L. Rivest of MIT and is closely modelled after that algorithm. It operates on message blocks of 512 bits for which a 128-bit (4 x 32-bit words) digest is produced. Corresponding 32-bit words of the digest from consecutive message blocks are added to each other to form the message of the whole message.