Skip to content

Commit

Permalink
Specify no SEC1 point compression
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed May 17, 2024
1 parent d9af6a6 commit 3a4c59a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion draft-bradleylundberg-cfrg-arkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,8 @@ The `KEM` parameter of ARKG may be instantiated as described in section {{hmac-k
- `Sub-Kem`: The functions `Sub-Kem-Generate-Keypair`, `Sub-Kem-Encaps` and `Sub-Kem-Decaps` defined as follows:

- `Elliptic-Curve-Point-to-Octet-String` and `Octet-String-to-Elliptic-Curve-Point`
are the conversion routines defined in sections 2.3.3 and 2.3.4 of [SEC1].
are the conversion routines defined in sections 2.3.3 and 2.3.4 of [SEC1],
without point compression.

- `ECDH(pk, sk)` represents the compact output of ECDH [RFC6090]
using public key (curve point) `pk` and private key (exponent) `sk`.
Expand Down

0 comments on commit 3a4c59a

Please sign in to comment.