Update zip-frost.rst

Co-authored-by: teor <teor@riseup.net>
This commit is contained in:
Deirdre Connolly 2022-07-20 17:48:59 -04:00 committed by GitHub
parent d420223db8
commit fe882e9c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -171,7 +171,8 @@ The `sign` function is changed to receive `randomizer` and incorporate it into t
computation of the binding factor. It is specified as the following: ::
Inputs:
- identifier, Identifier i of the signer. Note identifier will never equal 0.
- identifier, Identifier i of the signer.
Note: identifier will never equal 0.
- sk_i, Signer secret key share, a Scalar.
- group_public_key, public key corresponding to the group signing key,
an Element in G.