sha.js
sha.js copied to clipboard
Streamable SHA hashes in pure javascript
See https://github.com/crypto-browserify/sha.js/pull/67#discussion_r796925175
When I was reading current README in a hurry, I felt like the current instructions are ambiguous, e.g. as if the `'42'` parameter is some length and `'hex'` is a...
Basically, the same relationship as between sha256 and sha224 -- I copied that approach. Simple tests included that it matches Node.js impl, but there are no other test vectors due...
this removes inherits which is considered as [Legacy](https://nodejs.org/dist/latest-v17.x/docs/api/util.html#utilinheritsconstructor-superconstructor)
This PR adds power support on travis.
As suggested by @hrieke in https://github.com/crypto-browserify/sha.js/pull/55#issuecomment-486784230
While implementing tagged hashes for BIP340, it could be optimized if we had the ability to copy a hash in mid state. Is this something that maintainers would be open...
This code is so far from the Paul Johnston code, it actually seems misleading to hint at `Version 2.2-beta`.
BREAKING CHANGE: Removed the dot in the binary name. ```diff - $ sha.js + $ shajs ``` Closes #64 Can be verified locally. A `yarn` in the source directory will...
Trying the build using `npm install`, getting the following test case failure while building sha.js on PowerPC64LE - ppc64le:- ``` 277441c298b48bec9426878b36fa43ded530822c == ef717286343f6da3f4e6f68c6de02a5148a801c4 not ok 26 should be equal ---...