ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Crypt-Spritz/Changes
Revision: 1.9
Committed: Tue Mar 7 01:09:24 2017 UTC (7 years, 4 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +2 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension Crypt::Spritz
2    
3 root 1.8 1.02 Sun Mar 5 17:33:35 CET 2017
4 root 1.9 - spritz seriously attacked, see WARNING section
5     (https://eprint.iacr.org/2016/092).
6 root 1.8
7 root 1.7 1.01 Tue Jun 30 03:19:47 CEST 2015
8     - fix a bug in Crypt::Spritz::Cipher::new that could cause the
9     IV to be ignored or the program to crash.
10    
11 root 1.6 1.0 Tue Jun 30 02:42:27 CEST 2015
12 root 1.5 - improved/fixed documentation.
13 root 1.6 - support perl multicore specification (http://perlmulticore.schmorp.de/)
14     for compression and decompression.
15     - added stability canary support.
16 root 1.5
17 root 1.4 0.2 Sat Jan 10 10:46:20 CET 2015
18 root 1.2 - add clone method.
19 root 1.3 - implement non-xor variants of simple cipher and aead.
20     - properly add past-end 0 byte in scalars.
21 root 1.1
22 root 1.2 0.1 Sat Jan 10 08:19:40 CET 2015
23     - first release.
24    
25     0.0 Sat Jan 10 01:03:21 CET 2015
26 root 1.1 - original version; cloned from Crypt::Twofish2.
27