sha256
sha256 copied to clipboard
Can't install it due to missing repo
$ bower install sha256 --save
bower not-cached git://github.com/cryptocoinjs/sha256.git#*
bower resolve git://github.com/cryptocoinjs/sha256.git#*
bower download https://github.com/cryptocoinjs/sha256/archive/0.1.0.tar.gz
bower extract sha256#* archive.tar.gz
bower resolved git://github.com/cryptocoinjs/sha256.git#0.1.0
bower not-cached git://github.com/cryptocoinjs/convert-hex.git#0.1.x
bower resolve git://github.com/cryptocoinjs/convert-hex.git#0.1.x
bower not-cached git://github.com/cryptocoinjs/convert-string.git#0.1.x
bower resolve git://github.com/cryptocoinjs/convert-string.git#0.1.x
bower ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/cryptocoinjs/convert-hex.git", exit code of #128
Sorry, I deleted those repos since they weren't in use anymore. Also, we've stopped supporting Bower in all of our repos. I've meant to delete this repo as well. I still have the code for the convert-hex
and convert-string
repos. Maybe it'd be useful to transfer them to you?
@jprichardson what repository should be used instead of this one for SHA256? I'm mostly using it for the SHA256.x2(..., {asBytes: true})
convenience method to perform a double SHA256 hash on a Buffer.
@Sjors which environment are you working in? Which build system? i.e. Are you using Node.js, Browserify, Webpack, RequireJS, browser, etc?
I'm using NPM with Browserify and Bower. It's all client-side code.