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

Comparing Crypt-Twofish2/Twofish2.pm (file contents):
Revision 1.1 by root, Sat Sep 6 22:10:54 2003 UTC vs.
Revision 1.5 by root, Wed Dec 1 02:12:30 2010 UTC

28 28
29=cut 29=cut
30 30
31package Crypt::Twofish2; 31package Crypt::Twofish2;
32 32
33require DynaLoader; 33use XSLoader;
34 34
35$VERSION = 0.06; 35$VERSION = '1.02';
36@ISA = qw/DynaLoader/;
37 36
38bootstrap Crypt::Twofish2 $VERSION; 37XSLoader::load __PACKAGE__, $VERSION;
39 38
40=item keysize 39=item keysize
41 40
42Returns the keysize, which is 32 (bytes). The Twofish2 cipher actually 41Returns the keysize, which is 32 (bytes). The Twofish2 cipher actually
43supports keylengths of 16, 24 or 32 bytes, but there is no way to 42supports keylengths of 16, 24 or 32 bytes, but there is no way to
103I also cannot guarantee for security, but the module is used quite a bit, 102I also cannot guarantee for security, but the module is used quite a bit,
104so there are no obvious bugs left. 103so there are no obvious bugs left.
105 104
106=head1 AUTHOR 105=head1 AUTHOR
107 106
108 Marc Lehmann <pcg@goof.com> 107 Marc Lehmann <schmorp@schmorp.de>
109 http://www.goof.com/pcg/marc/ 108 http://home.schmorp.de/
110 109
111 The actual twofish encryption is written in horribly microsoft'ish looking 110 The actual twofish encryption is written in horribly microsoft'ish looking
112 almost ansi-c by Doug Whiting. 111 almost ansi-c by Doug Whiting.
113 112
114=cut 113=cut

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines