Closed et4te closed 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.
#[derive(Clone)]
SecretKeySet
Poly
Cloneable
Every struct seems to be cloneable except this one. Adding
#[derive(Clone)]
toSecretKeySet
would make it consistent withPoly
which isCloneable
.