Skip to content

Commit

Permalink
Fix references interpreted as reference display text
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Apr 19, 2024
1 parent f262f0f commit fa18175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-bradleylundberg-cfrg-arkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ which can be used to define concrete ARKG instantiations.
## Using elliptic curve arithmetic for key blinding {#blinding-ec}

Instantiations of ARKG whose output keys are elliptic curve keys
can use elliptic curve arithmetic as the key blinding scheme `BL` [Frymann2020] [Wilson].
can use elliptic curve arithmetic as the key blinding scheme `BL` [Frymann2020] [Wilson].
This section defines a general formula for such instantiations of `BL`.

Let `crv` be an elliptic curve.
Expand Down Expand Up @@ -556,7 +556,7 @@ BL-Blind-Secret-Key(sk, tau) -> sk_tau

## Using ECDH as the KEM {#kem-ecdh}

Instantiations of ARKG can use ECDH [RFC6090] as the key encapsulation mechanism `KEM` [Frymann2020] [Wilson].
Instantiations of ARKG can use ECDH [RFC6090] as the key encapsulation mechanism `KEM` [Frymann2020] [Wilson].
This section defines a general formula for such instantiations of `KEM`.

Let `crv` be an elliptic curve used for ECDH.
Expand Down

0 comments on commit fa18175

Please sign in to comment.