pub trait FheTrivialEncrypt<T> {
    fn encrypt_trivial(value: T) -> Self;
}

Required Methods

Implementors