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
Marcus Hoffmann
nettle
Commits
be506f99
Commit
be506f99
authored
Jun 15, 2001
by
Niels Möller
Browse files
*** empty log message ***
Rev: src/nettle/ChangeLog:1.5 Rev: src/nettle/serpent.h:1.2
parent
6c1a32bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
be506f99
2001-06-15 Niels Mller <nisse@ehand.com>
* Makefile.am (libnettle_a_SOURCES): Added blowfish files.
* testsuite/blowfish-test.m4: Added one test, from GNUPG.
* Created blowfish.c and blowfish.h (from GNUPG via LSH). Needs
more work.
* aes.h: Fixed copyright notice to not mention GNU MP. XXX: Review
all nettle copyrights.
* testsuite/Makefile.am (TS_PROGS): Added tests for twofish and
blowfish.
2001-06-13 Niels Mller <nisse@ehand.com>
* Makefile.am (libnettle_a_SOURCES): Added serpent files.
...
...
serpent.h
View file @
be506f99
...
...
@@ -57,11 +57,11 @@ serpent_set_key(struct serpent_ctx *ctx,
unsigned
length
,
const
uint8_t
*
key
);
void
serpent_encrypt
(
struct
aes
_ctx
*
ctx
,
serpent_encrypt
(
struct
serpent
_ctx
*
ctx
,
unsigned
length
,
uint8_t
*
dst
,
const
uint8_t
*
src
);
void
serpent_decrypt
(
struct
aes
_ctx
*
ctx
,
serpent_decrypt
(
struct
serpent
_ctx
*
ctx
,
unsigned
length
,
uint8_t
*
dst
,
const
uint8_t
*
src
);
...
...
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