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.4 by root, Wed Dec 1 02:12:29 2010 UTC

1Revision history for Perl extension Crypt::Twofish2 1Revision history for Perl extension Crypt::Twofish2
2 2
31.02 Wed Dec 1 03:10:32 CET 2010
4 - make all twofish functions static to avoid namespace issues
5 when statically linking perl.
6 - convert to XSLoader.
7
81.01 Thu Mar 3 18:00:52 CET 2005
9 - change of contact address.
10
111.0 Wed Jul 14 17:55:13 CEST 2004
3 - minor spelling mistakes. 12 - minor spelling mistakes.
13 - pad result with trailing (hidden) zero-byte to please regex code
14 (problem reported by Andreas König).
4 15
50.06 Fri Feb 23 02:12:22 CET 2001 160.06 Fri Feb 23 02:12:22 CET 2001
6 - fix TWO MAJOR BUGS. First, keys with a leading zero byte 17 - fix TWO MAJOR BUGS. First, keys with a leading zero byte
7 caused no encryption at all. Second, the keys were byte-swapped 18 caused no encryption at all. Second, the keys were byte-swapped
8 on BIG-ENDIAN machines (or rather, not swapped at all). 19 on BIG-ENDIAN machines (or rather, not swapped at all).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines