From 68b9da5a3d6238d709c2af1127550e6331f44779 Mon Sep 17 00:00:00 2001 From: Vladimir Komendantskiy Date: Mon, 4 Jun 2018 22:00:38 +0100 Subject: [PATCH] Common Coin module template; added keys in NetworkInfo --- mod.rs | 1 + 1 file changed, 1 insertion(+) 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`.