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
6b891ff9
Commit
6b891ff9
authored
13 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(test_main): Enabled test with short, 40-bit, key.
Rev: nettle/testsuite/serpent-test.c:1.6
parent
ea4c06f4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testsuite/serpent-test.c
+2
-2
2 additions, 2 deletions
testsuite/serpent-test.c
with
2 additions
and
2 deletions
testsuite/serpent-test.c
+
2
−
2
View file @
6b891ff9
...
...
@@ -147,14 +147,14 @@ test_main(void)
"00000000000000000000000000000000"
),
HL
(
"0000000001000000 0200000003000000"
),
H
(
"C1415AC653FD7C7F D917482EE8EBFE25"
));
#if 0
/* Currrently, key sizes smaller than SERPENT_MIN_KEY_SIZE bytes
(128 bits) are not supported. */
test_cipher
(
&
nettle_serpent256
,
HL
(
"0011223344"
),
HL
(
"0000000001000000 0200000003000000"
),
H
(
"C1415AC653FD7C7F D917482EE8EBFE25"
));
#endif
test_cipher
(
&
nettle_serpent256
,
HL
(
"00112233445566778899aabbccddeeff"
"00010000000000000000000000000000"
),
...
...
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