Skip to content

Commit 77126cd

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

share/poly.go

Lines changed: 1 addition & 1 deletion
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)