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
84ccbaa5
Commit
84ccbaa5
authored
Jan 12, 2002
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: src/nettle/.cvsignore:1.6 Rev: src/nettle/ChangeLog:1.53
parent
5f4cca5a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
0 deletions
+34
-0
.cvsignore
.cvsignore
+2
-0
.gitignore
.gitignore
+2
-0
ChangeLog
ChangeLog
+30
-0
No files found.
.cvsignore
View file @
84ccbaa5
...
...
@@ -10,6 +10,8 @@ config.status
configure
desdata
keymap.h
*.tar.gz
*.tar.gz.asc
nettle.aux
nettle.cp
nettle.cps
...
...
.gitignore
View file @
84ccbaa5
...
...
@@ -42,6 +42,8 @@ core
/configure
/desdata
/keymap.h
/*.tar.gz
/*.tar.gz.asc
/nettle.aux
/nettle.cp
/nettle.cps
...
...
ChangeLog
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>
* rsa-compat.c: Updated for new md5 and rsa conventions.
...
...
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