Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
5f48092d
Commit
5f48092d
authored
Oct 03, 2002
by
Niels Möller
Browse files
Note the aes api change.
Rev: src/nettle/ChangeLog:1.117 Rev: src/nettle/NEWS:1.8
parent
95c8bfe2
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
5f48092d
2002-10-0
2
Niels Mller <nisse@cuckoo.hack.org>
2002-10-0
3
Niels Mller <nisse@cuckoo.hack.org>
* Released nettle-1.6.
* NEWS: Note the aes api change.
* examples/Makefile.am (EXTRA_DIST): Distribute setup-env and
teardown-env.
2002-10-02 Niels Mller <nisse@cuckoo.hack.org>
* examples/rsa-keygen.c (main): Comment on the lax security of the
private key file.
...
...
NEWS
View file @
5f48092d
NEWS for the 1.6 release
Optimized Assembler implementations of aes, for sparc and x86.
Optimized assembler implementations of aes, for sparc and x86.
The aes interface has changed slightly. The function
aes_set_key is no more. Instead one has to use
aes_set_encrypt_key or aes_set_decrypt_key. Sorry about that.
New example programs, rsa-keygen, rsa-sign and rsa-verify,
located in the examples directory.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment