Skip to content

Commit

Permalink
Added missing [FROST] pseudocode reference
Browse files Browse the repository at this point in the history
  • Loading branch information
pdyraga committed Dec 19, 2023
1 parent a8fb3c1 commit 7db18b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frost/signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ func (s *Signer) computeBindingFactors(
// binding_factor_list = []
bindingFactors := make(map[uint64]*big.Int, len(commitments))

// for (identifier, hiding_nonce_commitment,
// binding_nonce_commitment) in commitment_list:
for _, commitment := range commitments {
// rho_input = rho_input_prefix || G.SerializeScalar(identifier)
rhoInput := make([]byte, len(rhoInputPrefix)+8)
Expand Down

0 comments on commit 7db18b4

Please sign in to comment.