Codebase list libcryptx-perl / 535795a
doc update Karel Miko 6 years ago
3 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
11
22 0.056_* 2018-01-30
33 - speed-up (more stuff handled on XS level)
4 - no intentional API breakage
4 - Crypt::Checksum is deprecated in favour of Crypt::Checksum::Adler32 + Crypt::Checksum::CRC32
55
66 0.056 2017-12-22
77 - new Crypt::Stream::Rabbit
3939
4040 - Checksums
4141
42 [Crypt::Checksum](https://metacpan.org/pod/Crypt::Checksum), [Crypt::Checksum::Adler32](https://metacpan.org/pod/Crypt::Checksum::Adler32), [Crypt::Checksum::CRC32](https://metacpan.org/pod/Crypt::Checksum::CRC32)
42 [Crypt::Checksum::Adler32](https://metacpan.org/pod/Crypt::Checksum::Adler32), [Crypt::Checksum::CRC32](https://metacpan.org/pod/Crypt::Checksum::CRC32)
4343
4444 - Message Authentication Codes
4545
9999
100100 =item * Checksums
101101
102 L<Crypt::Checksum>, L<Crypt::Checksum::Adler32>, L<Crypt::Checksum::CRC32>
102 L<Crypt::Checksum::Adler32>, L<Crypt::Checksum::CRC32>
103103
104104 =item * Message Authentication Codes
105105