Codebase list libcryptx-perl / v0.020
v0.020 Karel Miko 10 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1212 - t/pk_dsa.t crashes after: ok 28 - decrypt
1313 - XS croaks should report the "real caller" (Crypt::Mac::*, Crypt::Mode::*, ...)
1414
15 0.020 2014/01/XXX
15 0.020 2014/01/18
1616 - INCOMPATIBLE CHANGE: huge redesign of Crypt::PK::ECC
1717 - ECC now supports curves y^2 = x^3 + a*x + b
1818 - ECC you can use custom curves
22 use strict;
33 use warnings ;
44
5 our $VERSION = '0.019_4';
5 our $VERSION = '0.020';
66
77 require XSLoader;
88 XSLoader::load('CryptX', $VERSION);