botan-0.0.1.0: High-level Botan bindings
Safe HaskellNone
LanguageHaskell2010

Botan.KDF

Documentation

data KDF Source #

Instances

Instances details
Show KDF Source # 
Instance details

Defined in Botan.KDF

Methods

showsPrec :: Int -> KDF -> ShowS #

show :: KDF -> String #

showList :: [KDF] -> ShowS #

Eq KDF Source # 
Instance details

Defined in Botan.KDF

Methods

(==) :: KDF -> KDF -> Bool #

(/=) :: KDF -> KDF -> Bool #

kdfName :: KDF -> KDFName Source #