Common Coin module template; added keys in NetworkInfo

master
Vladimir Komendantskiy 7 years ago
parent f6e01daa13
commit 68b9da5a3d
  1. 1
      mod.rs

@ -150,6 +150,7 @@ impl<E: Engine> PartialEq for DecryptionShare<E> {
/// A public key and an associated set of public key shares. /// A public key and an associated set of public key shares.
#[cfg_attr(feature = "serialization-serde", derive(Serialize, Deserialize))] #[cfg_attr(feature = "serialization-serde", derive(Serialize, Deserialize))]
#[derive(Debug)]
pub struct PublicKeySet<E: Engine> { pub struct PublicKeySet<E: Engine> {
/// The coefficients of a polynomial whose value at `0` is the "master key", and value at /// The coefficients of a polynomial whose value at `0` is the "master key", and value at
/// `i + 1` is key share number `i`. /// `i + 1` is key share number `i`.

Loading…
Cancel
Save