browserify / crypto-browserify

partial implementation of node's `crypto` for the browser
MIT License
653 stars 199 forks source link

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

Open foxt opened 2 months ago

foxt commented 2 months ago

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