StarlingMonkey
StarlingMonkey copied to clipboard
SubtleCrypto Algorithms
If I could lobby for a few more algorithms to be supported 🙏
-
RSA-PSS
-
ECDSA
(at least P-256, but ideally all three curves) -
Ed25519
from https://wicg.github.io/webcrypto-secure-curves/ - almost forgot, the goto JWS algorithm -
HMAC
Also pkcs8
and spki
key format import/export are not to be overlooked. Developers LOOOVE to use in favour of JWKs.
I have a comprehensive test suite for different runtimes' webcrypto implementations that I could unload on js-compute-runtime eventually.
Originally posted by @panva in https://github.com/fastly/js-compute-runtime/issues/440#issuecomment-1535339296