Skip to content
Snippets Groups Projects
Commit 0dce9932 authored by Niels Möller's avatar Niels Möller
Browse files

Added references to the appropriate RFC.

Rev: src/nettle/testsuite/md2-test.c:1.2
Rev: src/nettle/testsuite/md4-test.c:1.2
parent 7d87cfc3
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
int int
test_main(void) test_main(void)
{ {
/* Testcases from RFC 1319 */
test_hash(&nettle_md2, 0, "", test_hash(&nettle_md2, 0, "",
H("8350e5a3e24c153df2275c9f80692773")); H("8350e5a3e24c153df2275c9f80692773"));
test_hash(&nettle_md2, LDATA("a"), test_hash(&nettle_md2, LDATA("a"),
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
int int
test_main(void) test_main(void)
{ {
/* Testcases from RFC 1320 */
test_hash(&nettle_md4, LDATA(""), test_hash(&nettle_md4, LDATA(""),
H("31d6cfe0d16ae931b73c59d7e0c089c0")); H("31d6cfe0d16ae931b73c59d7e0c089c0"));
test_hash(&nettle_md4, LDATA("a"), test_hash(&nettle_md4, LDATA("a"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment