Type Definition tfhe::integer::ciphertext::RadixCiphertextBig

source ·
pub type RadixCiphertextBig = BaseRadixCiphertext<CiphertextBig>;
Available on crate feature integer only.
Expand description

Structure containing a ciphertext in radix decomposition.

Trait Implementations§