bitwiseshiftleft / sjcl

Stanford Javascript Crypto Library
http://bitwiseshiftleft.github.com/sjcl/
Other
7.18k stars 986 forks source link

SHA384 is missing #432

Closed johnwhitington closed 2 years ago

johnwhitington commented 2 years ago

I looked at crypto-js, which the sjcl SHA modules are inspired by, and it seems SHA384 is a relatively simple modification of SHA512. But my JavaScript knowledge is lacking, so I don't want to attempt it myself (I am using sjcl from another language compiled to Javascript).

(I may be willing to pay to have this implemented.)