--- Crypt-Twofish2/Twofish2.pm 2004/07/14 15:55:44 1.2 +++ Crypt-Twofish2/Twofish2.pm 2010/12/01 02:12:30 1.5 @@ -30,12 +30,11 @@ package Crypt::Twofish2; -require DynaLoader; +use XSLoader; -$VERSION = '1.0'; -@ISA = qw/DynaLoader/; +$VERSION = '1.02'; -bootstrap Crypt::Twofish2 $VERSION; +XSLoader::load __PACKAGE__, $VERSION; =item keysize @@ -105,8 +104,8 @@ =head1 AUTHOR - Marc Lehmann - http://www.goof.com/pcg/marc/ + Marc Lehmann + http://home.schmorp.de/ The actual twofish encryption is written in horribly microsoft'ish looking almost ansi-c by Doug Whiting.