Skip to content

Commit

Permalink
Merge branch 'master' into feature/neff-shuffle-sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
nkcr committed Dec 9, 2021
2 parents 4b7ca53 + 4e19b71 commit 77126cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/poly.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (p *PriShare) Hash(s kyber.HashFactory) []byte {
}

func (p *PriShare) String() string {
return fmt.Sprintf("{%d:%p}", p.I, p.V)
return fmt.Sprintf("{%d:%s}", p.I, p.V)
}

// PriPoly represents a secret sharing polynomial.
Expand Down

0 comments on commit 77126cd

Please sign in to comment.