ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Crypt-Twofish2/Changes
(Generate patch)

Comparing Crypt-Twofish2/Changes (file contents):
Revision 1.1 by root, Sat Sep 6 22:10:54 2003 UTC vs.
Revision 1.5 by root, Sun Aug 1 18:09:47 2021 UTC

1Revision history for Perl extension Crypt::Twofish2 1Revision history for Perl extension Crypt::Twofish2
2 2
31.03 Sun Aug 1 20:09:18 CEST 2021
4 - fix array out of bounds error in twofish reference implementation
5 (which, weirdly enough, seemed to have been deliberate).
6
71.02 Wed Dec 1 03:10:32 CET 2010
8 - make all twofish functions static to avoid namespace issues
9 when statically linking perl.
10 - convert to XSLoader.
11
121.01 Thu Mar 3 18:00:52 CET 2005
13 - change of contact address.
14
151.0 Wed Jul 14 17:55:13 CEST 2004
3 - minor spelling mistakes. 16 - minor spelling mistakes.
17 - pad result with trailing (hidden) zero-byte to please regex code
18 (problem reported by Andreas König).
4 19
50.06 Fri Feb 23 02:12:22 CET 2001 200.06 Fri Feb 23 02:12:22 CET 2001
6 - fix TWO MAJOR BUGS. First, keys with a leading zero byte 21 - fix TWO MAJOR BUGS. First, keys with a leading zero byte
7 caused no encryption at all. Second, the keys were byte-swapped 22 caused no encryption at all. Second, the keys were byte-swapped
8 on BIG-ENDIAN machines (or rather, not swapped at all). 23 on BIG-ENDIAN machines (or rather, not swapped at all).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines