Codebase list libcryptx-perl / v0.036
v0.036 Karel Miko 7 years ago
2 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1010 - maybe: switch yarrow > fortuna for Crypt::PK::*
1111 - maybe: add encode_b32/decode_b32
1212 - maybe: x509_rsa_pubkey + x509_rsa_pubkey_alg
13
14 0.036 2016/06/07
15 - fix issue #17 ability to export ecc keys in short/oid form
1316
1417 0.035 2016/06/03
1518 - fix issue #14 Ensure Crypt::PK::ECC->key2hash()->{curve_name} is lowercase
22 use strict;
33 use warnings ;
44
5 our $VERSION = '0.035';
5 our $VERSION = '0.036';
66
77 use base qw(Exporter);
88 our @EXPORT_OK = qw( _decode_json _encode_json);