boltlabs-inc / tss-ecdsa

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

fix-different-dk: make sure to use a different key in negative test #540

Closed naure closed 1 month ago

naure commented 1 month ago

Fix for #539.

This test uses a pool of pre-generated primes (~1000). It can happens that the test gets the same key twice while trying to generate two different ones.