boltlabs-inc / tss-ecdsa

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

add keygen output constructor and tests #478

Closed marsella closed 1 year ago

marsella commented 1 year ago

Closes #376

This adds into_parts and from_parts methods for keygen output so that we can reconstruct them in products that need to store the output. It also: