Module

Node.Crypto.Hash

#Hash

data Hash

https://nodejs.org/api/crypto.html#crypto_class_hash

Usage:

buf <- Buffer.fromString "dummy" UTF8
Hash.createHash "sha512" >>= Hash.update buf >>= Hash.digest >>= Buffer.toString Hex

#createHash

#update

#digest

Modules