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
6b891ff9
Commit
6b891ff9
authored
May 31, 2011
by
Niels Möller
Browse files
(test_main): Enabled test with short, 40-bit, key.
Rev: nettle/testsuite/serpent-test.c:1.6
parent
ea4c06f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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