You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frederic Jacobs edited this page Aug 19, 2016
·
1 revision
JavaScript Share Verification API
JavaScript API for SecretShare
{// 0 when there is no majoritythreshold: int,// Returned when signatures can be verifiedshares: {<key_num>: [shares...],
...
}// If invalid signature for a share.// Error formattinginvalidShares: [shares]}