bytecodealliance / bytecodealliance/StarlingMonkey
SubtleCrypto Algorithms
- Dominant language
- C
- Stars
- 288
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
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](https://github.com/panva/jose#supported-runtimes) 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_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.