browserify / sha.js

Streamable SHA hashes in pure javascript
Other
288 stars 60 forks source link

Implement sha512-256 and sha512-224 #67

Open ChALkeR opened 4 years ago

ChALkeR commented 4 years ago

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 to test organization (vectors are in a separate package).

ChALkeR commented 4 years ago

cc @dcousens

andrewtoth commented 3 years ago

ping @dcousens

dcousens commented 3 years ago

LGTM, maybe @ForbesLindesay can merge it for you

PatNeedham commented 2 years ago

@ForbesLindesay does this PR also look good to you?

PatNeedham commented 2 years ago

@jprichardson @calvinmetcalf @fanatid any chance this PR has a viable path towards being merged? Or is it as dead as a doornail.

PatNeedham commented 2 years ago

.