Codebase list libcryptx-perl / 9e89dee
v0.028 Karel Miko 8 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1212 - maybe: add enc_b64/dec_b64 + enc_b64u/dec_b64u + enc_b32/dec_b32
1313 - maybe: x509_rsa_pubkey + x509_rsa_pubkey_alg
1414
15 0.027_06 2016/03/15
15 0.028 2016/03/23
1616 - IMPORTANT: switch from Module::Build to ExtUtils::MakeMaker
1717 - fix for broken DSA key (ssh format) loading
1818
22 use strict;
33 use warnings ;
44
5 our $VERSION = '0.027_06';
5 our $VERSION = '0.028';
66
77 use base qw(Exporter);
88 our @EXPORT_OK = qw( _encode_base64url _decode_base64url _encode_base64 _decode_base64 _decode_json _encode_json);