Various program refinements
This commit is contained in:
@ -128,6 +128,7 @@ impl ElGamal {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// A (twisted) ElGamal encryption keypair.
|
/// A (twisted) ElGamal encryption keypair.
|
||||||
|
#[derive(PartialEq)]
|
||||||
pub struct ElGamalKeypair {
|
pub struct ElGamalKeypair {
|
||||||
/// The public half of this keypair.
|
/// The public half of this keypair.
|
||||||
pub public: ElGamalPubkey,
|
pub public: ElGamalPubkey,
|
||||||
|
Reference in New Issue
Block a user