We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I could lobby for a few more algorithms to be supported 🙏
RSA-PSS
ECDSA
Ed25519
HMAC
Also pkcs8 and spki key format import/export are not to be overlooked. Developers LOOOVE to use in favour of JWKs.
pkcs8
spki
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 fastly/js-compute-runtime#440 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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/HMAC
Also
pkcs8
andspki
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 fastly/js-compute-runtime#440 (comment)
The text was updated successfully, but these errors were encountered: