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
Container registry
Model registry
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
Wim Lewis
nettle
Commits
84ccbaa5
Commit
84ccbaa5
authored
23 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
Rev: src/nettle/.cvsignore:1.6 Rev: src/nettle/ChangeLog:1.53
parent
5f4cca5a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.cvsignore
+2
-0
2 additions, 0 deletions
.cvsignore
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
ChangeLog
+30
-0
30 additions, 0 deletions
ChangeLog
with
34 additions
and
0 deletions
.cvsignore
+
2
−
0
View file @
84ccbaa5
...
@@ -10,6 +10,8 @@ config.status
...
@@ -10,6 +10,8 @@ config.status
configure
configure
desdata
desdata
keymap.h
keymap.h
*.tar.gz
*.tar.gz.asc
nettle.aux
nettle.aux
nettle.cp
nettle.cp
nettle.cps
nettle.cps
...
...
This diff is collapsed.
Click to expand it.
.gitignore
+
2
−
0
View file @
84ccbaa5
...
@@ -42,6 +42,8 @@ core
...
@@ -42,6 +42,8 @@ core
/configure
/configure
/desdata
/desdata
/keymap.h
/keymap.h
/*.tar.gz
/*.tar.gz.asc
/nettle.aux
/nettle.aux
/nettle.cp
/nettle.cp
/nettle.cps
/nettle.cps
...
...
This diff is collapsed.
Click to expand it.
ChangeLog
+
30
−
0
View file @
84ccbaa5
2002-01-12 Niels Mller <nisse@cuckoo.hack.org>
* Makefile.am: Added *-meta files.
* rsa.c (rsa_init_public_key): New function.
(rsa_clear_public_key): Likewise.
(rsa_init_private_key): Likewise.
(rsa_clear_private_key): Likewise.
* aes-meta.c: New file.
* arcfour-meta.c: New file.
* cast128-meta.c: New file.
* serpent-meta.c: New file.
* twofish-meta.c: New file.
* examples/nettle-benchmark.c: Use the interface in nettle-meta.h.
2002-01-11 Niels Mller <nisse@cuckoo.hack.org>
Don't use m4 for generating test programs, it's way overkill. Use
the C preprocessor instead.
* testsuite/*-test.c: New file.
* hmac.c, hmac.h, hmac-md5.c: New files.
Defined structures describing the algoriths. Useful for code that
wants to treat an algorithm as a black box.
* nettle-meta.h, md5-meta.c, sha1-meta.c, sha256-meta.c: New
files.
2002-01-09 Niels Mller <nisse@cuckoo.hack.org>
2002-01-09 Niels Mller <nisse@cuckoo.hack.org>
* rsa-compat.c: Updated for new md5 and rsa conventions.
* rsa-compat.c: Updated for new md5 and rsa conventions.
...
...
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