Generate a secret polynomial to use in secret sharing, for the given
secret value. Also validates the given parameters.
Returns the full vector of coefficients in little-endian order (including the
given secret, which is the first element) and a VerifiableSecretSharingCommitment
which contains commitments to those coefficients.
Generate a secret polynomial to use in secret sharing, for the given secret value. Also validates the given parameters.
Returns the full vector of coefficients in little-endian order (including the given secret, which is the first element) and a VerifiableSecretSharingCommitment which contains commitments to those coefficients.