Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
d1404928
Commit
d1404928
authored
Aug 23, 2004
by
Niels Möller
Browse files
(test_main): Added first half of a
collision test case. Rev: src/nettle/testsuite/md5-test.c:1.3
parent
07312ba4
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/md5-test.c
View file @
d1404928
...
...
@@ -29,6 +29,14 @@ test_main(void)
"1234567890123456789012345678901234567890"
"1234567890123456789012345678901234567890"
,
H
(
"57EDF4A22BE3C955 AC49DA2E2107B67A"
));
#if 0
/* Collisions, reported by Xiaoyun Wang1, Dengguo Feng2, Xuejia
Lai3, Hongbo Yu1, http://eprint.iacr.org/2004/199 */
test_hash(&nettle_md5,
HL("d131dd02 c5e6eec4 693d9a06 98aff95c 2fcab587 12467eab 4004583e b8fb7f89"
"55ad3406 09f4b302 83e48883 2571415a 085125e8 f7cdc99f d91dbdf2 80373c5b"),
H("1f160396 efc71ff4 bcff659f bf9d0fa3"));
#endif
SUCCESS
();
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment