bitwiseshiftleft / sjcl

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

Need compiled .js file to use in Javascript #375

Closed MadhaviOrcon closed 5 years ago

MadhaviOrcon commented 5 years ago

Hi, I need SHA256()/Hash() in javascript. Can anybody help me understanding what needs to be done?

MadhaviOrcon commented 5 years ago

I have found the solutions (working sha256.js, sha256.min.js) but would like to see other possible options.