# Functions
No description provided by the author
No description provided by the author
No description provided by the author
K256GeneratorFromHashedBytes computes a generator whose discrete log is unknown from a bytes sequence.
No description provided by the author
NewPedersen creates a new pedersen VSS.
NewShamir creates a Shamir secret sharing scheme.
NewShamirShare creates a ShamirShare given the Identifier, value, and Field for the value.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
Feldman Verifiable Secret Sharing Scheme.
FeldmanResult contains all the data from calling Split.
Pedersen Verifiable Secret Sharing Scheme.
PedersenResult contains all the data from calling Split.
Shamir is the Shamir secret sharing scheme.
ShamirShare is the data from splitting a secret.
# Type aliases
ShareVerifier is used to verify secret shares from Feldman or Pedersen VSS.