dfns / cggmp21

State-of-art threshold ECDSA in Rust
Apache License 2.0
41 stars 6 forks source link

utils::sqrt should probably return an error for negative values #57

Open maurges opened 10 months ago

maurges commented 10 months ago

Having it return 1 moves the error into ZK proofs, which might be hard to debug.