Skip to content
GitLab
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
0dce9932
Commit
0dce9932
authored
Aug 30, 2003
by
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/md2-test.c
View file @
0dce9932
...
...
@@ -4,6 +4,7 @@
int
test_main
(
void
)
{
/* Testcases from RFC 1319 */
test_hash
(
&
nettle_md2
,
0
,
""
,
H
(
"8350e5a3e24c153df2275c9f80692773"
));
test_hash
(
&
nettle_md2
,
LDATA
(
"a"
),
...
...
testsuite/md4-test.c
View file @
0dce9932
...
...
@@ -4,6 +4,7 @@
int
test_main
(
void
)
{
/* Testcases from RFC 1320 */
test_hash
(
&
nettle_md4
,
LDATA
(
""
),
H
(
"31d6cfe0d16ae931b73c59d7e0c089c0"
));
test_hash
(
&
nettle_md4
,
LDATA
(
"a"
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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