aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Twofish2/pkg-descr
blob: 20a1ea784dfc8a93649b68d184489e3fae7192d6 (plain) (blame)
1
2
3
4
5
6
This module implements the twofish cipher in a less braindamaged (read:
slow and ugly) way than the existing "Crypt::Twofish" module.

Although it is "Crypt::CBC" compliant you usually gain nothing by using
that module (except generality), since "Crypt::Twofish2" can work in
either ECB or CBC mode.