poanetwork / threshold_crypto

A pairing-based threshold cryptosystem for collaborative decryption and signatures used in HoneybadgerBFT implementation
Other
191 stars 72 forks source link

Derive Clone for SecretKeySet #97

Closed et4te closed 4 years ago

et4te commented 4 years ago

Every struct seems to be cloneable except this one. Adding #[derive(Clone)] to SecretKeySet would make it consistent with Poly which is Cloneable.