Codebase list libcryptx-perl / v0.039
v0.039 Karel Miko 7 years ago
2 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
99 - maybe: switch yarrow > fortuna for Crypt::PK::*
1010 - maybe: add encode_b32/decode_b32
1111 - maybe: x509_rsa_pubkey + x509_rsa_pubkey_alg
12
13 0.039 2016/08/02
14 - fix build troubles for MacOS / PPC
1215
1316 0.038 2016/07/06
1417 - fix issue #20 DSA/RSA/ECC/DH key2hash - hexadecimal numbers are missing leading zero
22 use strict;
33 use warnings ;
44
5 our $VERSION = '0.038';
5 our $VERSION = '0.039';
66
77 use base qw(Exporter);
88 our @EXPORT_OK = qw( _decode_json _encode_json);