-
-
Notifications
You must be signed in to change notification settings - Fork 60
Extract hash.js for use in ripemd160 #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@dominictarr thoughts? |
sure! good idea, make a new module and then add a pr so that this module depends on it |
@calvinmetcalf relevant to https://github.com/crypto-browserify/cipher-base? |
yes probably a good idea |
Any ideas about name for this new module? |
browserify-md5? On Wed, Mar 30, 2016 at 5:36 AM Kirill Fomichev [email protected]
|
@calvinmetcalf no, this is other issue 😄 |
ah then like hash-base or something |
nice name, I'll try do this in nearest time! |
@fanatid maybe find out what the padding standard is called, and use that with the name. |
Thanks @fanatid |
Now just for ripemd160 👍 |
Right now
hash.js
is a really good plug-and-play model for block hashs.Perhaps we could extract it to a module where it can be used to easily implement block hashes that support streaming.
This would at least stop me having to duplicate it for ripemd160.
The text was updated successfully, but these errors were encountered: