crypto-browserify icon indicating copy to clipboard operation
crypto-browserify copied to clipboard

add `crypto.hash()` as a shortcut to `crypto.createHash().update().digest()`

Open foxt opened this issue 1 year ago • 0 comments

adds the crypto.hash function from node 21.7.0 https://nodejs.org/api/crypto.html#cryptohashalgorithm-data-outputencoding

foxt avatar Jun 19 '24 16:06 foxt