👋#zkRouter Launched
It's a new start!
Here we are inviting two ZKP masters to share some insights!
@XChang_SH - #zkRouter Lead at Multichain
@ChaoticBeautys - ZKP Research & Development at @BNBCHAIN
💕Shout-out to @myhopefulfuture for being host
https://t.co/4Kphn9A2a4
2) In its distributed implementation, the private key is divided into N copies, and then each of the N individuals in the group holds one copy. The public key is calculated through the distributed algorithm.
1) In the digital signature algorithm, a private key is generated and then the corresponding public key is obtained. In this process, it is a centralized algorithm for a single private key.
Distributed key technology is a comprehensive cryptography project, which is mainly based on secure multiparty computing (SMPC), including the distributed implementation of digital signature and asymmetric encryption and decryption technology.
Compared with multisig solution, the transactions generated by FastMPC protect the privacy of signers by not disclosing T + 1 participants participating in the signature.
FastMPC includes three main functions:
1.Key generation is used to create secret sharing ("keygen") without trusted dealers.
2.Use secret sharing, Paillier encryption and decryption to generate a signature ("signing").
3.Preprocessing data before generating signature.(“pre-sign”)