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
LSH
lsh
Commits
9e09fcbc
Commit
9e09fcbc
authored
Oct 14, 2001
by
Niels Möller
Browse files
*** empty log message ***
Rev: ChangeLog:1.432 Rev: src/nettle/ChangeLog:1.41 Rev: src/testsuite/aes-test.m4:1.2
parent
15790bed
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
9e09fcbc
2001-10-14 Niels Mller <nisse@cuckoo.hack.org>
* src/crypto.c (crypto_aes256_cbc_algorithm): Renamed, was
aes256_cbc_algorithm.
(crypto_des3_cbc_algorithm): New algorithm, to replace the code in
des.c. Doesn't quite work yet.
* src/algorithms.c (all_symmetric_algorithms): Use
crypto_des3_cbc_algorithm.
* src/Makefile.am.in (liblsh_a_SOURCES): Deleted des.c.
2001-10-05 Niels Mller <nisse@ehand.com>
* src/arcfour.c, src/rijndael.c: Deleted files. Code moved to
...
...
src/nettle/ChangeLog
View file @
9e09fcbc
2001-10-14 Niels Mller <nisse@cuckoo.hack.org>
* testsuite/des-test.m4: Added testcase taken from applied
cryptography.
* testsuite/yarrow-test.c: Use sha256 instead of sha1 for checking
input and output. Updated the expected values.
...
...
src/testsuite/aes-test.m4
View file @
9e09fcbc
/* From draft NIST spec on AES modes. */
TS_TEST_CRYPTO(aes-256 cbc 1, &aes256_cbc_algorithm,
TS_TEST_CRYPTO(aes-256 cbc 1, &
crypto_
aes256_cbc_algorithm,
603deb1015ca71be2b73aef0857d7781
1f352c073b6108d72d9810a30914dff4,
6bc1bee22e409f96e93d7e117393172a
...
...
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