threshold encryption of proposals in HoneyBadger

master
Vladimir Komendantskiy 7 years ago
parent 0c66e16010
commit 17fdffa90f
  1. 2
      mod.rs

@ -185,7 +185,7 @@ impl Ciphertext {
} }
/// A decryption share. A threshold of decryption shares can be used to decrypt a message. /// A decryption share. A threshold of decryption shares can be used to decrypt a message.
#[derive(Deserialize, Serialize, Debug, PartialEq, Eq)] #[derive(Clone, Deserialize, Serialize, Debug, PartialEq, Eq)]
pub struct DecryptionShare(#[serde(with = "serde_impl::projective")] G1); pub struct DecryptionShare(#[serde(with = "serde_impl::projective")] G1);
impl Hash for DecryptionShare { impl Hash for DecryptionShare {

Loading…
Cancel
Save