Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brian Smith
nettle
Commits
98affc68
Commit
98affc68
authored
19 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Document intermediate values for first
test case. Rev: src/nettle/testsuite/md5-test.c:1.6
parent
2253aab7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testsuite/md5-test.c
+22
-0
22 additions, 0 deletions
testsuite/md5-test.c
with
22 additions
and
0 deletions
testsuite/md5-test.c
+
22
−
0
View file @
98affc68
...
...
@@ -92,3 +92,25 @@ test_main(void)
SUCCESS
();
}
/* Intermediate values for the single _nettle_md5_compress call for
the first test case. Each row gives the values for a, b, c, d after
the i:th round. The row i = -1 gives the initial values, and i = 99
gives the output values.
i a b c d
-1: 67452301 efcdab89 98badcfe 10325476
0: a5202774 efcdab89 98badcfe 10325476
1: a5202774 efcdab89 98badcfe f59592dd
15: f56c7cf1 d6819c6a 5aa53f75 374943a7
16: 1c7d7513 d6819c6a 5aa53f75 374943a7
17: 1c7d7513 d6819c6a 5aa53f75 7bd57a3a
31: 13707036 a2205f1f 1c31c384 ae7813db
32: df63eaa1 a2205f1f 1c31c384 ae7813db
33: df63eaa1 a2205f1f 1c31c384 c3689f5b
47: 3f55edfd ca7d2dbd 68d84ea2 22a31f54
48: 93aa2577 ca7d2dbd 68d84ea2 22a31f54
49: 93aa2577 ca7d2dbd 68d84ea2 1688dc85
63: 7246fad3 14e45506 ff4ea3eb 6e10a476
99: d98c1dd4 4b2008f 980980e9 7e42f8ec
*/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment