diff --git a/index.html b/index.html index 5e65363..f833af4 100644 --- a/index.html +++ b/index.html @@ -2241,14 +2241,6 @@

Operations

{{DataError}}.

-
  • -

    - If the {{JsonWebKey/alg}} field of |jwk| is present and is - not "`EdDSA`", - then [= exception/throw =] a - {{DataError}}. -

    -
  • If |usages| is non-empty and the {{JsonWebKey/use}} field of |jwk| is present and is @@ -2543,12 +2535,6 @@

    Operations

    "`OKP`".

  • -
  • -

    - Set the `alg` attribute of |jwk| to - "`EdDSA`". -

    -
  • Set the `crv` attribute of |jwk| to @@ -3148,14 +3134,6 @@

    Operations

    {{DataError}}.

  • -
  • -

    - If the {{JsonWebKey/alg}} field of |jwk| is present and is - not "`EdDSA`", - then [= exception/throw =] a - {{DataError}}. -

    -
  • If |usages| is non-empty and the {{JsonWebKey/use}} field of |jwk| is present and is @@ -3450,12 +3428,6 @@

    Operations

    "`OKP`".

  • -
  • -

    - Set the `alg` attribute of |jwk| to - "`EdDSA`". -

    -
  • Set the `crv` attribute of |jwk| to @@ -3638,8 +3610,7 @@

    Algorithm mappings

     { kty: "OKP",
    -  crv: "Ed25519",
    -  alg: "EdDSA" }
    +  crv: "Ed25519" }
     
    @@ -3652,8 +3623,7 @@

    Algorithm mappings

     { kty: "OKP",
    -  crv: "Ed448",
    -  alg: "EdDSA" }
    +  crv: "Ed448" }