Skip to content

Commit

Permalink
Update operation name "Finalize(...)" to "VerifyFinalizeWithNym(...)"…
Browse files Browse the repository at this point in the history
… for clarity.
  • Loading branch information
Wind4Greg committed Feb 4, 2025
1 parent 1a49b59 commit 360e4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-irtf-cfrg-bbs-per-verifier-linkability.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ The following operation both verifies the generated blind signature, as well as
This operation uses the `BlindBBS.Verify` function as defined in [Section 4.2.2](https://www.ietf.org/archive/id/draft-kalos-bbs-blind-signatures-01.html#name-blind-signature-verificatio) of the Blind BBS document [@BlindBBS]

```
nym_secret = Finalize(PK,
nym_secret = VerifyFinalizeWithNym(PK,
signature,
header,
messages,
Expand Down

0 comments on commit 360e4b1

Please sign in to comment.