Skip to content

Commit

Permalink
docs: update EdDSA description
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jan 2, 2024
1 parent 8d44b97 commit 9765e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/types/JWSAlgorithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ interface RS512 extends RsaHashedKeyAlgorithm {

CryptoKey algorithm for the `EdDSA` JWS Algorithm Identifier (Experimental)

Runtime support for this algorithm is very limited, it depends on the [Secure Curves in the Web
Runtime support for this algorithm is limited, it depends on the [Secure Curves in the Web
Cryptography API](https://wicg.github.io/webcrypto-secure-curves/) proposal which is yet to be
widely adopted. If the proposal changes this implementation will follow up with a minor release.

Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export type ClientAuthenticationMethod =
*
* CryptoKey algorithm for the `EdDSA` JWS Algorithm Identifier (Experimental)
*
* Runtime support for this algorithm is very limited, it depends on the [Secure Curves in the Web
* Runtime support for this algorithm is limited, it depends on the [Secure Curves in the Web
* Cryptography API](https://wicg.github.io/webcrypto-secure-curves/) proposal which is yet to be
* widely adopted. If the proposal changes this implementation will follow up with a minor release.
*
Expand Down

0 comments on commit 9765e7a

Please sign in to comment.