--- Crypt-Ed25519/Changes 2015/03/29 06:19:46 1.5 +++ Crypt-Ed25519/Changes 2021/08/11 23:14:08 1.14 @@ -1,5 +1,32 @@ Revision history for Perl extension Crypt::Ed25519 + - clarify that key_exchange actually is curve25519, but since the + output is not hashed, it might not be directly compatible top + other implementations, but can be made so. + +1.05 Thu Aug 12 00:39:50 CEST 2021 + - add key_exchange (but still not add_scalar). + - eddsa_secret_key now uses perlmulticore. + - fix typos. + +1.04 Tue Feb 28 20:52:43 CET 2017 + - update embedded lib from d4c1fa44ae1e07f7ad578032efa5d9d9959188b0 + to 7fa6712ef5d581a6981ec2b08ee623314cd1d1c4. + - the (fixed) vulnerability in the embedded lib does not affect this module. + - no longer include key_exchange.c and add_scalar.c. + - minor doc fixes. + +1.03 Mon Jun 29 14:32:39 CEST 2015 + - added stability canary support. + +1.02 Mon Jun 29 14:31:14 CEST 2015 + - support perl multicore specification (http://perlmulticore.schmorp.de/). + +1.01 Wed Jun 24 14:17:38 CEST 2015 + - reduce namespace pollution and improve optimisation + opportunities by making the ed25519 library fully static. + +1.0 Sun Mar 29 08:23:50 CEST 2015 - improve documentation. - testsuite covers more code.