Expand description

The concrete prelude. The purpose of this module is to make it easier to have the most commonly needed traits of this crate.

It is meant to be glob imported:

use concrete::prelude::*;

Traits

Trait required to apply univariate function over homomorphic types.
Decrypt a FHE type to a native type.
Trait used to have a generic way of creating a value of a FHE type from a native value.
Trait for fully homomorphic equality test.
Trait for fully homomorphic comparisons.
Trait used to have a generic fallible way of creating a value of a FHE type.
Trait for fallible trivial encryption.