Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
be506f99
Commit
be506f99
authored
Jun 15, 2001
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: src/nettle/ChangeLog:1.5 Rev: src/nettle/serpent.h:1.2
parent
6c1a32bb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
ChangeLog
ChangeLog
+15
-0
serpent.h
serpent.h
+2
-2
No files found.
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
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