sha.js
sha.js copied to clipboard
Implement sha512-256 and sha512-224
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).
cc @dcousens
ping @dcousens
LGTM, maybe @ForbesLindesay can merge it for you
@ForbesLindesay does this PR also look good to you?
@jprichardson @calvinmetcalf @fanatid any chance this PR has a viable path towards being merged? Or is it as dead as a doornail.
.