entropyxyz / synedrion

Implementation of Canetti-Gennaro-Goldfeder-Makriyannis-Peled threshold signing scheme
https://docs.rs/synedrion
GNU Affero General Public License v3.0
63 stars 10 forks source link

Use a generic identity type throughout without converting to `PartyIdx` #124

Closed fjarri closed 4 months ago

fjarri commented 4 months ago

The main change here is removing the internal PartyIdx completely and just parametrizing everything with the identity type. Consequently: