Module

Node.Crypto.Hash

Package
purescript-crypto
Repository
oreshinya/purescript-crypto

#Hash Source

data Hash :: Type

#Algorithm Source

data Algorithm

Constructors

Instances

#hex Source

hex :: forall e. Algorithm -> String -> Eff (buffer :: BUFFER, crypto :: CRYPTO | e) String

#base64 Source

base64 :: forall e. Algorithm -> String -> Eff (buffer :: BUFFER, crypto :: CRYPTO | e) String

#createHash Source

createHash :: forall e. Algorithm -> Eff (crypto :: CRYPTO | e) Hash

#update Source

update :: forall e. Hash -> Buffer -> Eff (crypto :: CRYPTO | e) Hash

#digest Source

digest :: forall e. Hash -> Eff (crypto :: CRYPTO | e) Buffer