A good implementation is node.js' crypto.createHash. (https://nodejs.org/api/crypto.html#crypto_crypto_createhash_algorithm)
crypto.createHash
This must be cryptographically secure. Only implement this method using crypto.createHash("sha256").
crypto.createHash("sha256")
Generated using TypeDoc
A good implementation is node.js'
crypto.createHash
. (https://nodejs.org/api/crypto.html#crypto_crypto_createhash_algorithm)