Closed Nashtare closed 3 years ago
That will be enough for your needs on the Substrate side? Also I believe that &[T]
has a pass-by-reference semantic already, so it is not needed to have a reference to each inner VerifiableSecretSharingCommitment
, hence the use of
&[VerifiableSecretSharingCommitment]
in the functions arguments but I may be wrong here.
Adds:
VerifiableSecretSharingCommitment
IndividualPublicKey
verification for other participantsIndividualPublicKey
generation by other participants (removes the need for communicating users public keys for signing)Required cherry-picking your commit b6a6abe4d5515083317f1341252b1e04af787c6e removing the dealer @hratoanina. closes #25