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)
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)