1.2.0 • Published 6 years ago

create-hash v1.2.0

Weekly downloads
11,559,688
License
MIT
Repository
github
Last release
6 years ago

create-hash

Build Status

Node style hashes for use in the browser, with native hash functions in node.

API is the same as hashes in node:

var createHash = require('create-hash')
var hash = createHash('sha224')
hash.update('synchronous write') // optional encoding parameter
hash.digest() // synchronously get result with optional encoding parameter

hash.write('write to it as a stream')
hash.end() // remember it's a stream
hash.read() // only if you ended it as a stream though

To get the JavaScript version even in node do require('create-hash/browser')

browserify-signcreate-hmaccrypto-browserifybrowserify-aespbkdf2public-encryptaiot-js@debuggor/bitcoinjs-lib@lilpacy/torus-embed@bdcash/bip39@bdcash/corevuedragdropuploadimagesnewbit-eccpopsmart-common-authgolos-classic-dev-jsgolos-classic-js-devbarjsalaexplorerjsarisenid-core-testarisenidjs-trial-version2-corearisenidjs-version-two-coremy-rollup-project-just-for-test@ledgerhq/hw-app-swapcrypto-codecappannie__ab-testing-hash-objectscrypta-coreswiftcashjs-libphoton-libtestsigbitpolisjsonegramjsyounitedjsvelarisjs@coinspace/b39bb-chat@fundefund/funde_ckgql_din_modarcexs@tempicolabs/sdkdec.js.test@l1nyanm1ng/react-picture-viewerbip47-jstrezor-utxo-libsteem-engine-jssnowgemjscthpb-plugin-socialzcashjs-libpcjs-eccuuosjsxwcjscybex-game-addon@belko.tech/belko-multi-wallet-sdkbitgo-utxo-lib-pslcogoportutils@rogerfelipe/digibyte-toolbox-jsnejc-flarejsthmeventjs@creativebinary/cbsteem-jsjs4cytoscapeliquidjs-lib-taprootob-tn-1tp-new-test1tp-new-test2fork-tw@infinitebrahmanuniverse/nolb-create-h@saaspe/componentsubchain-jsuworld-js@everything-registry/sub-chunk-1404@thepowereco/hub@estar-solutions/werx-keystore@yggdrash/sdk@wagerr-wdk/wagerrjs-lib@wagerr-wdk/wagerrjs-message@zyonyu/browserify-aes@yqrashawn/confluxjs-utilaaajsablankstein-ledger-hw-app-btcaacjs-eccabbc-lib@wanchainmask/wanchainjs-utila_react_reflux_demo@zalastax/nolb-create-h@zionchat/use-zion@ya-enot/hd-wallet@yac-swap/yacoinjs-libacccount-passwordaceswap-utils-heini@aurelianoa/metadataupdatablebancoin-tsbain@bandonli/codexjsbifjs-utilbft-tendermint@baloochat/react-native-crypto@balvinder294/blurtjsbgoldjs-libbgoldjs-lib-bit@decentrawise/graphenejs@danizean/cyberzone
1.2.0

6 years ago

1.1.3

7 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago