We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b7ca53 + 4e19b71 commit 77126cdCopy full SHA for 77126cd
1 file changed
share/poly.go
@@ -40,7 +40,7 @@ func (p *PriShare) Hash(s kyber.HashFactory) []byte {
40
}
41
42
func (p *PriShare) String() string {
43
- return fmt.Sprintf("{%d:%p}", p.I, p.V)
+ return fmt.Sprintf("{%d:%s}", p.I, p.V)
44
45
46
// PriPoly represents a secret sharing polynomial.
0 commit comments