NAME Net::FCP - http://freenet.sf.net client protocol SYNOPSIS use Net::FCP; my $fcp = new Net::FCP; DESCRIPTION SEE ALSO . BUGS Should EXPORT or EXPORT_OK the MODE constants. There should be a way to access initial IV contents :( Although I tried to make the original twofish code portable, I can't say how much I did succeed. The code tries to be portable itself, and I hope I got the endianness issues right. The code is also copyright Counterpane Systems, no license accompanied it, so using it might actually be illegal ;) I also cannot guarantee for security, but the module is used quite a bit, so there are no obvious bugs left. AUTHOR Marc Lehmann http://www.goof.com/pcg/marc/ The actual twofish encryption is written in horribly microsoft'ish looking almost ansi-c by Doug Whiting.