Skip to content

Commit 77126cd

Browse files
committed
Merge branch 'master' into feature/neff-shuffle-sequences
2 parents 4b7ca53 + 4e19b71 commit 77126cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: share/poly.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func (p *PriShare) Hash(s kyber.HashFactory) []byte {
4040
}
4141

4242
func (p *PriShare) String() string {
43-
return fmt.Sprintf("{%d:%p}", p.I, p.V)
43+
return fmt.Sprintf("{%d:%s}", p.I, p.V)
4444
}
4545

4646
// PriPoly represents a secret sharing polynomial.

0 commit comments

Comments
 (0)