]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Demo/md5test/README
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Demo / md5test / README
CommitLineData
4710c53d 1This is the Python version of the MD5 test program from the MD5\r
2Internet Draft (Rivest and Dusse, The MD5 Message-Digest Algorithm, 10\r
3July 1991). The file "foo" contains the string "abc" with no trailing\r
4newline.\r
5\r
6When called without arguments, it acts as a filter. When called with\r
7"-x", it executes a self-test, and the output should literally match\r
8the output given in the RFC.\r
9\r
10Code by Jan-Hein B\"uhrman after the original in C.\r