ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Crypt-Ed25519/Changes
(Generate patch)

Comparing Crypt-Ed25519/Changes (file contents):
Revision 1.11 by root, Mon Jun 29 12:33:37 2015 UTC vs.
Revision 1.14 by root, Wed Aug 11 23:14:08 2021 UTC

1Revision history for Perl extension Crypt::Ed25519 1Revision history for Perl extension Crypt::Ed25519
2
3 - clarify that key_exchange actually is curve25519, but since the
4 output is not hashed, it might not be directly compatible top
5 other implementations, but can be made so.
6
71.05 Thu Aug 12 00:39:50 CEST 2021
8 - add key_exchange (but still not add_scalar).
9 - eddsa_secret_key now uses perlmulticore.
10 - fix typos.
11
121.04 Tue Feb 28 20:52:43 CET 2017
13 - update embedded lib from d4c1fa44ae1e07f7ad578032efa5d9d9959188b0
14 to 7fa6712ef5d581a6981ec2b08ee623314cd1d1c4.
15 - the (fixed) vulnerability in the embedded lib does not affect this module.
16 - no longer include key_exchange.c and add_scalar.c.
17 - minor doc fixes.
2 18
31.03 Mon Jun 29 14:32:39 CEST 2015 191.03 Mon Jun 29 14:32:39 CEST 2015
4 - added stability canary support. 20 - added stability canary support.
5 21
61.02 Mon Jun 29 14:31:14 CEST 2015 221.02 Mon Jun 29 14:31:14 CEST 2015
7 - support perl multicore specification (http://perlmulticore.schmorp.de/) 23 - support perl multicore specification (http://perlmulticore.schmorp.de/).
8 for compression and decompression.
9 24
101.01 Wed Jun 24 14:17:38 CEST 2015 251.01 Wed Jun 24 14:17:38 CEST 2015
11 - reduce namespace pollution and improve optimisation 26 - reduce namespace pollution and improve optimisation
12 opportunities by making the ed25519 library fully static. 27 opportunities by making the ed25519 library fully static.
13 28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines