Plaintext

Type Alias Plaintext 

Source
pub type Plaintext = P256Point;
Expand description

An Elgamal plaintext is a member of the base group.

Aliased Type§

pub enum Plaintext {
    NonInf((P256FieldElement, P256FieldElement)),
    AtInfinity,
}

Variants§

§

NonInf((P256FieldElement, P256FieldElement))

§

AtInfinity