Codebase list libcryptx-perl / 1d34dd0
v0.027 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.026_41 2016/01/22
15 0.027 2016/01/25
1616 - sync with https://github.com/libtom/libtomcrypt (branch develop)
1717 - sync with https://github.com/libtom/libtommath (branch develop)
1818 - HP-UX related fixes
22 use strict;
33 use warnings ;
44
5 our $VERSION = '0.026_41';
5 our $VERSION = '0.027';
66
77 use Exporter 'import';
88 our @EXPORT_OK = qw( _encode_base64url _decode_base64url _encode_base64 _decode_base64 _decode_json _encode_json);