Codebase list libcryptx-perl / b61a462
preparing 0.014 Karel Miko 10 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1111 RSA: my $k = Crypt::PK::RSA->new; $k->generate_key(256, 65537);
1212 - "libtom-src/bn_mp_invmod.c", line 37: warning: statement not reached
1313
14 0.013_1 2013/09/11
14 0.014 2013/09/XXX
1515 - Crypt::Digest::NNN + Crypt::Mac::NNN - can produce Base64-URL-Safe encoded digest/mac
1616 - Crypt::PRNG + Crypt::PRNG::NNN - Base64-URL-Safe encoded random bytes (random_bytes_b64u/bytes_b64u)
1717 - Crypt::PK::RSA/DSA/DH/ECC - sign/verify replaced by sign_message/verify_message + sign_hash/verify_hash
22 use strict;
33 use warnings ;
44
5 our $VERSION = '0.013_1';
5 our $VERSION = '0.014';
66
77 require XSLoader;
88 XSLoader::load('CryptX', $VERSION);