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.4 by root, Thu Mar 3 17:22:20 2005 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 = '1.01'; 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines