Type Definition cupcake::FVCiphertext

source · []
pub type FVCiphertext<T> = (RqPoly<T>, RqPoly<T>);
Expand description

Ciphertext type

Trait Implementations

Serialize to a vector of bytes.

Deserialize from a vector of bytes.