Make `PublicKeySet` orderable, too.

This commit is contained in:
Andreas Fackler 2019-02-08 10:46:25 +01:00 committed by Vladimir Komendantskiy
parent b3c2c0501c
commit 784c815fe7
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ impl Hash for DecryptionShare {
}
/// A public key and an associated set of public key shares.
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq)]
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, Ord, PartialOrd)]
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`.