Describe the issue
PQC support in Web Crypto is far enough along that I think it's time to start implementing it in SimpleWebAuthn when the runtime supports them. I'll target the following:
- ML-DSA-44
- ML-DSA-65
- ML-DSA-87
Node Support
Supported as of v24.7.0 (see https://nodejs.org/docs/latest/api/webcrypto.html#web-crypto-api)
Deno Support
Supported as of v2.8.2 (see denoland/deno#34448)
EDIT (June 25): But maybe it's only gone stable in the new 2.9? https://deno.com/blog/v2.9#web-cryptography
Describe the issue
PQC support in Web Crypto is far enough along that I think it's time to start implementing it in SimpleWebAuthn when the runtime supports them. I'll target the following:
Node Support
Supported as of v24.7.0 (see https://nodejs.org/docs/latest/api/webcrypto.html#web-crypto-api)
Deno Support
Supported as of v2.8.2 (see denoland/deno#34448)
EDIT (June 25): But maybe it's only gone stable in the new 2.9? https://deno.com/blog/v2.9#web-cryptography