Codebase list libcryptx-perl / 012a40b
v0.018 Karel Miko 10 years ago
2 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1212 - t/pk_dsa.t crashes after: ok 28 - decrypt
1313 - better primality testing: http://questhub.io/realm/perl/quest/519032ee1088c76505000035
1414 - libtomcrypt patch: https://secure.ucc.asn.au/hg/dropbear/rev/9a789fc03f40?revcount=240 (free rsa key)
15
16 0.018 2013/10/18
17 - DSA: make_key + sign_hash fixes
1518
1619 0.017 2013/09/24
1720 - lowering MIME::Base64 version requirement
22 use strict;
33 use warnings ;
44
5 our $VERSION = '0.017';
5 our $VERSION = '0.018';
66
77 require XSLoader;
88 XSLoader::load('CryptX', $VERSION);