Codebase list libcryptx-perl / 846908c
v0.021_3 Karel Miko 9 years ago
4 changed file(s) with 13 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
66 *.bak
77 *.zip
88 *.gz
9 *.base
10 *.def
11 *.exp
12 *.lds
913 _tmp*
1014 _build*
1115 tmp*
00 Changes for CryptX
11
22 TODO:
3 - idea: rand_helper commit 0547bb02
4 - idea: mp_prime_lucas
35 - disable LTC_FAST for gcc 3
46 - add CCM interface for new-add-add-done mode
57 - add SHA3
1618 - t/pk_dsa.t crashes after: ok 28 - decrypt
1719 - XS croaks should report the "real caller" (Crypt::Mac::*, Crypt::Mode::*, ...)
1820
19 0.021_2 2015/04/17
21 0.021_3 2015/04/17
2022 - new: SHA512_224 + SHA512_256
2123 - new: Crypt::PK::ECC now supports loading keys without explicit curve parameters (with just curve oid)
2224 - libtomcrypt updated to the latest develop branch, commit aeaa6d4a51 Apr 17 08:59:35 2015 +0200
23
25 - libtommath updated to the latest develop branch, commit 0fd5e6c17f Dec 11 14:59:35 2014 +0100
2426 - documentation fixes
2527
2628 0.021 2014/01/23
1919 \.bak$
2020 \.zip$
2121 \.gz$
22 \.base$
23 \.def$
24 \.exp$
25 \.lds$
2226 ^MYMETA\.json$
2327 ^MYMETA\.yml$
2428 ^Build$
22 use strict;
33 use warnings ;
44
5 our $VERSION = '0.021_2';
5 our $VERSION = '0.021_3';
66
77 require XSLoader;
88 XSLoader::load('CryptX', $VERSION);