Versions in this module Expand all Collapse all v1 v1.5.0 Nov 6, 2024 Changes in this version + func WithBlinding() option v1.0.0 Nov 5, 2024 Changes in this version + const MaxParts + const MaxThreshold + func Combine(curve elliptic.Curve, shares []*Share) (*big.Int, error) + func Split(curve elliptic.Curve, rand io.Reader, secret *big.Int, parts, threshold int) ([]*Share, []*ECPoint, error) + type ECPoint struct + X *big.Int + Y *big.Int + type Share struct + X *big.Int + Y *big.Int + func (share *Share) Verify(curve elliptic.Curve, threshold int, commits []*ECPoint) (bool, error)