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.3 by root, Wed Jan 12 20:35:38 2005 UTC vs.
Revision 1.4 by root, Thu Mar 3 17:22:20 2005 UTC

30 30
31package Crypt::Twofish2; 31package Crypt::Twofish2;
32 32
33require DynaLoader; 33require DynaLoader;
34 34
35$VERSION = '1.0'; 35$VERSION = '1.01';
36@ISA = qw/DynaLoader/; 36@ISA = qw/DynaLoader/;
37 37
38bootstrap Crypt::Twofish2 $VERSION; 38bootstrap Crypt::Twofish2 $VERSION;
39 39
40=item keysize 40=item keysize
103I also cannot guarantee for security, but the module is used quite a bit, 103I also cannot guarantee for security, but the module is used quite a bit,
104so there are no obvious bugs left. 104so there are no obvious bugs left.
105 105
106=head1 AUTHOR 106=head1 AUTHOR
107 107
108 Marc Lehmann <pcg@goof.com> 108 Marc Lehmann <schmorp@schmorp.de>
109 http://home.schmorp.de/ 109 http://home.schmorp.de/
110 110
111 The actual twofish encryption is written in horribly microsoft'ish looking 111 The actual twofish encryption is written in horribly microsoft'ish looking
112 almost ansi-c by Doug Whiting. 112 almost ansi-c by Doug Whiting.
113 113

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines