Support for Ed(X)25519
#93
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
What?
Even though original WebCrypto API doesn't include support of the Curve25519, but many of webcrypto implementation does w3c/webcrypto#362
Even WebPlatfrom test suit tests this support, which led us to patch https://github.com/grafana/xk6-webcrypto/blob/main/webcrypto/tests/wpt-patches/WebCryptoAPI__generateKey__failures.js.patch
Draft can be found https://wicg.github.io/webcrypto-secure-curves/
From the Golang's perspective, support also looks good since we have packages:
Why?
Seems like support of this Curve25519 is demanded, so having it in k6 makes k6's implementation more attractive and useful for customers.
The text was updated successfully, but these errors were encountered: