1 | Revision history for Perl extension Crypt::Twofish2 |
1 | Revision history for Perl extension Crypt::Twofish2 |
2 | |
2 | |
|
|
3 | 1.01 Thu Mar 3 18:00:52 CET 2005 |
|
|
4 | - change of contact address. |
|
|
5 | |
|
|
6 | 1.0 Wed Jul 14 17:55:13 CEST 2004 |
3 | - minor spelling mistakes. |
7 | - minor spelling mistakes. |
|
|
8 | - pad result with trailing (hidden) zero-byte to please regex code |
|
|
9 | (problem reported by Andreas König). |
4 | |
10 | |
5 | 0.06 Fri Feb 23 02:12:22 CET 2001 |
11 | 0.06 Fri Feb 23 02:12:22 CET 2001 |
6 | - fix TWO MAJOR BUGS. First, keys with a leading zero byte |
12 | - fix TWO MAJOR BUGS. First, keys with a leading zero byte |
7 | caused no encryption at all. Second, the keys were byte-swapped |
13 | caused no encryption at all. Second, the keys were byte-swapped |
8 | on BIG-ENDIAN machines (or rather, not swapped at all). |
14 | on BIG-ENDIAN machines (or rather, not swapped at all). |