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
Proposed scheme is based on probabilistic checkable proof and runs as follows:
Upon secret sharing of a private key compute a deterministic random oracle by performing binary xor operation for all secret parts and computing RIPEMD160 hash function of the result.
Define an order of the shared secrets by computing the modulo from the division of its value by the hash - and sort secrets in ascending order.
Run a secret restoration algorithm on the ordered set of shares, organize intermediate results into an ordered sequence.
Compute Merkle tree and run PCP with this sequence.
The text was updated successfully, but these errors were encountered:
dr-orlovsky
changed the title
Prove
Proof that the participant have really shared private key with SSSS
Feb 7, 2019
dr-orlovsky
changed the title
Proof that the participant have really shared private key with SSSS
Proof that a participant have really shared private key with SSSS
Feb 7, 2019
dr-orlovsky
changed the title
Proof that a participant have really shared private key with SSSS
Proof that a participant has really shared private key with SSSS
Feb 7, 2019
Proposed scheme is based on probabilistic checkable proof and runs as follows:
The text was updated successfully, but these errors were encountered: