Data.Digest.MD5Aux
md5 :: MD5 a => a -> ABCD #
md5s :: MD5 a => a -> String #
md5i :: MD5 a => a -> Integer #
class MD5 a where #
Methods
get_next :: a -> ([Word32], Int, a) #
len_pad :: Zord64 -> a -> a #
finished :: a -> Bool #
Defined in Data.Digest.MD5Aux
get_next :: WordList -> ([Word32], Int, WordList) #
len_pad :: Zord64 -> WordList -> WordList #
finished :: WordList -> Bool #
get_next :: BoolList -> ([Word32], Int, BoolList) #
len_pad :: Zord64 -> BoolList -> BoolList #
finished :: BoolList -> Bool #
get_next :: Str -> ([Word32], Int, Str) #
len_pad :: Zord64 -> Str -> Str #
finished :: Str -> Bool #
newtype ABCD #
Constructors
(==) :: ABCD -> ABCD -> Bool
(/=) :: ABCD -> ABCD -> Bool
(+) :: ABCD -> ABCD -> ABCD
(-) :: ABCD -> ABCD -> ABCD
(*) :: ABCD -> ABCD -> ABCD
negate :: ABCD -> ABCD
abs :: ABCD -> ABCD
signum :: ABCD -> ABCD
fromInteger :: Integer -> ABCD
showsPrec :: Int -> ABCD -> ShowS
show :: ABCD -> String
showList :: [ABCD] -> ShowS
type Zord64 = Word64 #
newtype Str #
newtype BoolList #
newtype WordList #