pub type Plaintext = P256Point;
An Elgamal plaintext is a member of the base group.
enum Plaintext { NonInf((P256FieldElement, P256FieldElement)), AtInfinity, }