ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Crypt-Ed25519/Changes
Revision: 1.14
Committed: Wed Aug 11 23:14:08 2021 UTC (2 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +4 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension Crypt::Ed25519
2    
3 root 1.14 - 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    
7 root 1.13 1.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    
12 root 1.12 1.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.
18    
19 root 1.11 1.03 Mon Jun 29 14:32:39 CEST 2015
20     - added stability canary support.
21    
22 root 1.10 1.02 Mon Jun 29 14:31:14 CEST 2015
23 root 1.13 - support perl multicore specification (http://perlmulticore.schmorp.de/).
24 root 1.9
25 root 1.8 1.01 Wed Jun 24 14:17:38 CEST 2015
26 root 1.7 - reduce namespace pollution and improve optimisation
27 root 1.8 opportunities by making the ed25519 library fully static.
28 root 1.7
29 root 1.6 1.0 Sun Mar 29 08:23:50 CEST 2015
30 root 1.5 - improve documentation.
31     - testsuite covers more code.
32    
33 root 1.4 0.9 Sat Mar 28 20:43:02 CET 2015
34 root 1.3 - enable prototypes.
35     - lots of compatibility fixes for embedded ed25519 library.
36     - work around some broken cpan-testers setup.
37     - enable binmode for sign.input, to pass win32 tests.
38    
39 root 1.2 0.1 Fri Mar 27 21:23:46 CET 2015
40     - initial release.
41    
42 root 1.1 0.0 Fri Mar 27 18:36:07 CET 2015
43     - original version; cloned from Convert-Scalar.
44