Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 424 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 424 Bytes

md5

This is a github mirror of the md5 implementation in RFC 1321 (https://www.ietf.org/rfc/rfc1321.txt).

The implementation consist of the following files: global.h -- global header file md5.h -- header file for MD5 md5c.c -- source code for MD5

This implementation is Copyright (C) RSA Data Security (1991-2); the license for the software is included in the source files as well as the attached file "LICENSE".