bnb-chain / tss-lib

Threshold Signature Scheme, for ECDSA and EDDSA
MIT License
790 stars 271 forks source link

Fix 2 1 global params #133

Closed froyobin closed 3 years ago

froyobin commented 3 years ago

This pr do 3 things.

  1. predefine the safe prime number rather than asking each node to generate their own safe prime number
  2. add the input value range check in dlnp proof and add the test cases for dlnp proof.
  3. fix the error in the eddsa test cases.