Twofish-0.3.2: An implementation of the Twofish Symmetric-key cipher.

Safe HaskellSafe-Inferred

Data.Bitlib

Documentation

pack :: (Integral a, Bits a, Integral b, Bits b) => [a] -> bSource

packMany :: (Integral a, Bits a, Num b, Integral b, Bits b) => b -> [a] -> [b]Source

unpack :: (Integral a, Bits a, Num b, Bits b) => a -> [b]Source

unpackMany :: (Integral a, Bits a, Num b, Bits b) => [a] -> [b]Source