You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As long as WebCrypto hasn't arrived, we have to use other libs for JS clients. Accidentally, we are using Leemon Baird's BigInt library, but we are not too happy with it, and we need other stuff as well (e.g. sha256 and PKCS1).
We should do performance tests with the most promising JS crypto libs:
BigInt encoding/decoding, BigInt inversion (= calculate unblinder) and low-exponent exponentiation (blinding) with these libs: Baird, Wu, Shapiro, Shop-js (Hanewinkel says that was the fastest RSA he found) and (RSA test only) OpenPGP.js and Forge
Sha256 tests with SJCL, Crypto-js, jsSHA/OpenPGP.js and Forge
The text was updated successfully, but these errors were encountered:
CC @jhb
As long as WebCrypto hasn't arrived, we have to use other libs for JS clients. Accidentally, we are using Leemon Baird's BigInt library, but we are not too happy with it, and we need other stuff as well (e.g. sha256 and PKCS1).
We should do performance tests with the most promising JS crypto libs:
The text was updated successfully, but these errors were encountered: