package
1.6.0
Repository: https://github.com/cloudflare/circl.git
Documentation: pkg.go.dev

# Functions

New returns a SecretSharing providing a (t,n) Shamir's secret sharing.
Recover returns a secret provided more than t different shares are given.
Verify returns true if the share s was produced by sharing a secret with threshold t and commitment of the secret c.

# Structs

SecretSharing provides a (t,n) Shamir's secret sharing.
Share represents a share of a secret.

# Type aliases

SecretCommitment is the set of commitments generated by splitting a secret.