ZenGo-X / fs-dkr

FS-DKR: One Round Distributed Key Rotation
GNU General Public License v3.0
32 stars 16 forks source link

add new paillier keys to DKR #2

Closed omershlo closed 3 years ago

omershlo commented 3 years ago

https://github.com/ZenGo-X/fs-dkr/blob/main/src/lib.rs#L71

As part of thee DKR we need each party to generate a new paillier keypair and broadcast it together with a proof of correctness (proof can be taken from: https://github.com/ZenGo-X/zk-paillier/blob/master/src/zkproofs/correct_key_ni.rs)