Skip to content

Commit

Permalink
Merge pull request #13 from Yubico/fix-derive-pk-output-desc
Browse files Browse the repository at this point in the history
Fix description of output in ARKG-Derive-Public-Key introduction
  • Loading branch information
emlun authored Apr 9, 2024
2 parents 67d01d0 + 9843dcc commit c5a65c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-bradleylundberg-cfrg-arkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ ARKG-Derive-Public-Key((pk_kem, pk_bl), info) -> (pk', kh)
kh A key handle for deriving the blinded
secret key sk' corresponding to pk'.

The output (pk, sk) is calculated as follows:
The output (pk', kh) is calculated as follows:

(k, c) = KEM-Encaps(pk_kem)
tau = KDF("arkg-blind" || 0x00 || info, k, L_bl)
Expand Down

0 comments on commit c5a65c5

Please sign in to comment.