Skip to content

Commit

Permalink
Disambiguate PRK variable
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Apr 3, 2024
1 parent 3f02f92 commit e0e26ef
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 @@ -625,14 +625,14 @@ Then the `KDF` parameter of ARKG may be instantiated using HKDF [RFC5869] as fol
~~~pseudocode
KDF(info, ikm, L) -> okm

PRK = HKDF-Extract with the arguments:
prk = HKDF-Extract with the arguments:
Hash: Hash
salt: not set
IKM: ikm

okm = HKDF-Expand with the arguments:
Hash: Hash
PRK: PRK
PRK: prk
info: info
L: L
~~~
Expand Down

0 comments on commit e0e26ef

Please sign in to comment.