boltlabs-inc / tss-ecdsa

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

add delta check #369 #492

Closed marsella closed 11 months ago

marsella commented 11 months ago

Closes #369

I tried testing this but it involves immense amounts of mucking around with deserialized bits and trying to construct different inner types and I decided just rely on the documentation for Scalar::from_repr for confidence that this works.