boltlabs-inc / tss-ecdsa

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

Improve code quality for PiEncProof #46

Closed marsella closed 1 year ago

marsella commented 1 year ago

There are a few code quality items missing in the PiEncProof module.

marsella commented 1 year ago

If this gets done before #40, add a list of types that should be ZStarN on that issue for easy reference.

marsella commented 1 year ago

Notes for #128. In PiEncProof:

The remaining BigNumbers are actually just integers and can keep that type.