boltlabs-inc / tss-ecdsa

An implementation of a threshold ECDSA signature scheme
Other
12 stars 5 forks source link

Add challenge module #413

Open marsella opened 1 year ago

marsella commented 1 year ago

Right now, ZK proof challenges are plain BigNumbers. They should have their own type with constructors and clear usage.

Here are some initial tasks; this issue is low priority at time of writing so the ideal shape for the module might change once we actually get around to it.