Crate fhe_traits

Crate fhe_traits 

Source
Expand description

Traits for Fully Homomorphic Encryption

Traitsยง

Deserialize
Deserialization without context.
DeserializeParametrized
Deserialization of a parametrized value.
DeserializeWithContext
Deserialization setting an explicit context.
FheCiphertext
A ciphertext which will encrypt a plaintext.
FheDecoder
Decode the value in the plaintext with the specified (optional) encoding.
FheDecrypter
Decrypt a ciphertext into a plaintext
FheEncoder
Encode a value using a specified encoding.
FheEncoderVariableTime
Encode a value using a specified encoding.
FheEncrypter
Encrypt a plaintext into a ciphertext.
FheParameters
The homomorphic encryption parameters.
FheParametersSwitchable
Indicates that Self parameters can be switched.
FheParametrized
Indicates that an object is parametrized.
FhePlaintext
A plaintext which will encode one (or more) value(s).
FhePlaintextEncoding
Encoding used when encoding a FhePlaintext.
Serialize
Serialization.