Skip to content

Commit

Permalink
Declare info inputs as octet strings
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Mar 5, 2024
1 parent db67b2a commit 43b8fc7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions draft-bradleylundberg-cfrg-arkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,9 @@ ARKG-Derive-Public-Key((pk_kem, pk_bl), info) -> (pk', kh)
Inputs:
pk_kem A key encapsulation public key.
pk_bl A key blinding public key.
info Optional context and application specific
information (can be a zero-length string).
info An octet string containing optional context
and application specific information
(can be a zero-length string).

Output:
pk' A blinded public key.
Expand Down Expand Up @@ -454,8 +455,9 @@ ARKG-Derive-Secret-Key((sk_kem, sk_bl), kh, info) -> sk'
sk_kem A key encapsulation secret key.
sk_bl A key blinding secret key.
kh A key handle output from ARKG-Derive-Public-Key.
info Optional context and application specific
information (can be a zero-length string).
info An octet string containing optional context
and application specific information
(can be a zero-length string).

Output:
sk' A blinded secret key.
Expand Down

0 comments on commit 43b8fc7

Please sign in to comment.