1 | Revision history for Perl extension Crypt::Twofish2 |
1 | Revision history for Perl extension Crypt::Twofish2 |
2 | |
2 | |
|
|
3 | 1.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 | |
|
|
7 | 1.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 | |
|
|
12 | 1.01 Thu Mar 3 18:00:52 CET 2005 |
|
|
13 | - change of contact address. |
|
|
14 | |
|
|
15 | 1.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 | |
5 | 0.06 Fri Feb 23 02:12:22 CET 2001 |
20 | 0.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). |