diff --git a/mod.rs b/mod.rs index 7b1ed44..94744e4 100644 --- a/mod.rs +++ b/mod.rs @@ -150,6 +150,7 @@ impl PartialEq for DecryptionShare { /// A public key and an associated set of public key shares. #[cfg_attr(feature = "serialization-serde", derive(Serialize, Deserialize))] +#[derive(Debug)] pub struct PublicKeySet { /// The coefficients of a polynomial whose value at `0` is the "master key", and value at /// `i + 1` is key share number `i`.