entropyxyz / synedrion

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

Wrap `totient_nonzero` in a SecretBox #146

Open dvdplm opened 1 week ago

dvdplm commented 1 week ago

Follow-up to #77 we need to wrap the totient in a SecretBox once crypto-bigint v0.6 is released.

See this comment for details.