Codebase list libcryptx-perl / c66cb64
dev release Karel Miko 6 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 Changes for CryptX
11
2 0.056_* 2018-01-29
2 0.056_* 2018-01-30
33 - speed-up (more stuff handled on XS level)
4 - no intentional API change
45
56 0.056 2017-12-22
67 - new Crypt::Stream::Rabbit
544544 decode_b32c = 3
545545 CODE:
546546 {
547 int rv;
548547 STRLEN in_len;
549548 unsigned long out_len;
550549 unsigned char *out_data, *in_data;