Skip to content

Commit

Permalink
Rename function options to ARKG instance parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Mar 5, 2024
1 parent 6d5c7df commit db67b2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-bradleylundberg-cfrg-arkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ The subordinate party will then be able to generate public keys on behalf of the

~~~pseudocode
ARKG-Generate-Seed() -> (pk, sk)
Options:
ARKG instance parameters:
BL A key blinding scheme.
KEM A key encapsulation mechanism.

Expand Down Expand Up @@ -392,7 +392,7 @@ in order to generate any number of public keys.

~~~pseudocode
ARKG-Derive-Public-Key((pk_kem, pk_bl), info) -> (pk', kh)
Options:
ARKG instance parameters:
BL A key blinding scheme.
KEM A key encapsulation mechanism.
MAC A MAC scheme.
Expand Down Expand Up @@ -440,7 +440,7 @@ in order to derive the same or different secret keys any number of times.

~~~pseudocode
ARKG-Derive-Secret-Key((sk_kem, sk_bl), kh, info) -> sk'
Options:
ARKG instance parameters:
BL A key blinding scheme.
KEM A key encapsulation mechanism.
MAC A MAC scheme.
Expand Down

0 comments on commit db67b2a

Please sign in to comment.