Skip to content

Commit

Permalink
Merge pull request #14 from Yubico/key-to-seed
Browse files Browse the repository at this point in the history
Use seed term instead of key in ARKG-Generate-Seed output description
  • Loading branch information
emlun authored Apr 9, 2024
2 parents 55c16c2 + ee9d68a commit 88db3e5
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 @@ -376,8 +376,8 @@ ARKG-Generate-Seed() -> (pk, sk)
Inputs: None

Output:
(pk, sk) An ARKG seed key pair with public key pk
and private key sk.
(pk, sk) An ARKG seed pair with public seed pk
and private seed sk.

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

Expand Down

0 comments on commit 88db3e5

Please sign in to comment.