Add Ed448 algorithm specified in [RFC 8032](https://www.rfc-editor.org/rfc/rfc8032) and X448 algorithm specified in [RFC 7748](https://www.rfc-editor.org/rfc/rfc7748) to our WebCrypto API implementation, based on the [Secure Curves in the Web Cryptography API](https://wicg.github.io/webcrypto-secure-curves/): - Ed448: <https://wicg.github.io/webcrypto-secure-curves/#ed448> - X448: <https://wicg.github.io/webcrypto-secure-curves/#x448> Ed448 has six operations: - [x] sign #46180 - [x] verify #46180 - [x] generateKey #46180 - [x] importKey #46141 - [x] exportKey #46141 - [x] getPublicKey [^1] #46402 X448 has five operations: - [x] deriveBits #46376 - [x] generateKey #46376 - [x] importKey #46334 - [x] exportKey #46334 - [x] getPublicKey [^1] #46402 [^1]: Used by the new `SubtleCrypto.getPublicKey` method in [WebCrypto Modern Algorithms Specification](https://wicg.github.io/webcrypto-modern-algos/#SubtleCrypto-method-getPublicKey).
Add Ed448 algorithm specified in RFC 8032 and X448 algorithm specified in RFC 7748 to our WebCrypto API implementation, based on the Secure Curves in the Web Cryptography API:
Ed448 has six operations:
X448 has five operations:
Footnotes
Used by the new
SubtleCrypto.getPublicKeymethod in WebCrypto Modern Algorithms Specification. ↩ ↩2