Various program refinements

This commit is contained in:
Michael Vines 2021-10-25 20:53:01 -07:00
parent c155519ae1
commit fdb658fff4
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ impl ElGamal {
}
/// A (twisted) ElGamal encryption keypair.
#[derive(PartialEq)]
pub struct ElGamalKeypair {
/// The public half of this keypair.
pub public: ElGamalPubkey,