raaz-0.3.2: Fast and type safe cryptography.
Safe HaskellNone
LanguageHaskell2010

Tests.Cipher

Documentation

transformsTo :: (Format fmt1, Format fmt2, Show (Nounce Prim), Show (Key Prim)) => fmt1 -> fmt2 -> (Key Prim, Nounce Prim, Int) -> Spec Source #

keyStreamIs :: (Show (Key Prim), Show (Nounce Prim), Format fmt) => fmt -> (Key Prim, Nounce Prim, Int) -> Spec Source #