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

Comparing Crypt-Ed25519/Changes (file contents):
Revision 1.2 by root, Fri Mar 27 20:24:14 2015 UTC vs.
Revision 1.13 by root, Wed Aug 11 23:02:08 2021 UTC

1Revision history for Perl extension Crypt::Ed25519 1Revision history for Perl extension Crypt::Ed25519
2
31.05 Thu Aug 12 00:39:50 CEST 2021
4 - add key_exchange (but still not add_scalar).
5 - eddsa_secret_key now uses perlmulticore.
6 - fix typos.
7
81.04 Tue Feb 28 20:52:43 CET 2017
9 - update embedded lib from d4c1fa44ae1e07f7ad578032efa5d9d9959188b0
10 to 7fa6712ef5d581a6981ec2b08ee623314cd1d1c4.
11 - the (fixed) vulnerability in the embedded lib does not affect this module.
12 - no longer include key_exchange.c and add_scalar.c.
13 - minor doc fixes.
14
151.03 Mon Jun 29 14:32:39 CEST 2015
16 - added stability canary support.
17
181.02 Mon Jun 29 14:31:14 CEST 2015
19 - support perl multicore specification (http://perlmulticore.schmorp.de/).
20
211.01 Wed Jun 24 14:17:38 CEST 2015
22 - reduce namespace pollution and improve optimisation
23 opportunities by making the ed25519 library fully static.
24
251.0 Sun Mar 29 08:23:50 CEST 2015
26 - improve documentation.
27 - testsuite covers more code.
28
290.9 Sat Mar 28 20:43:02 CET 2015
30 - enable prototypes.
31 - lots of compatibility fixes for embedded ed25519 library.
32 - work around some broken cpan-testers setup.
33 - enable binmode for sign.input, to pass win32 tests.
2 34
30.1 Fri Mar 27 21:23:46 CET 2015 350.1 Fri Mar 27 21:23:46 CET 2015
4 - initial release. 36 - initial release.
5 37
60.0 Fri Mar 27 18:36:07 CET 2015 380.0 Fri Mar 27 18:36:07 CET 2015

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines