sha256 icon indicating copy to clipboard operation
sha256 copied to clipboard

Can't install it due to missing repo

Open mr-moon opened this issue 10 years ago • 4 comments

$ 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

mr-moon avatar Aug 07 '14 09:08 mr-moon

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 avatar Aug 08 '14 14:08 jprichardson

@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 avatar Mar 10 '15 12:03 Sjors

@Sjors which environment are you working in? Which build system? i.e. Are you using Node.js, Browserify, Webpack, RequireJS, browser, etc?

jprichardson avatar Mar 18 '15 15:03 jprichardson

I'm using NPM with Browserify and Bower. It's all client-side code.

Sjors avatar Mar 24 '15 09:03 Sjors