boltlabs-inc / tss-ecdsa

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

Implement Zeroize for `Private` structs on `presign` Module #518

Open gatoWololo opened 6 months ago

gatoWololo commented 6 months ago

We will start with ensuring the Private structs inside the presign module are properly zeroized. We pick this module since there has been previous work on this #511.