Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Norbert Pócs
nettle
Commits
be506f99
Commit
be506f99
authored
24 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
Rev: src/nettle/ChangeLog:1.5 Rev: src/nettle/serpent.h:1.2
parent
6c1a32bb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+15
-0
15 additions, 0 deletions
ChangeLog
serpent.h
+2
-2
2 additions, 2 deletions
serpent.h
with
17 additions
and
2 deletions
ChangeLog
+
15
−
0
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.
...
...
This diff is collapsed.
Click to expand it.
serpent.h
+
2
−
2
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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment