Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
6b891ff9
Commit
6b891ff9
authored
May 31, 2011
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(test_main): Enabled test with short, 40-bit, key.
Rev: nettle/testsuite/serpent-test.c:1.6
parent
ea4c06f4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
testsuite/serpent-test.c
testsuite/serpent-test.c
+2
-2
No files found.
testsuite/serpent-test.c
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"
),
...
...
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