Expand description
Traits for Fully Homomorphic Encryption
Traitsยง
- Deserialize
- Deserialization without context.
- Deserialize
Parametrized - Deserialization of a parametrized value.
- Deserialize
With Context - 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.
- FheEncoder
Variable Time - Encode a value using a specified encoding.
- FheEncrypter
- Encrypt a plaintext into a ciphertext.
- FheParameters
- The homomorphic encryption parameters.
- FheParameters
Switchable - 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).
- FhePlaintext
Encoding - Encoding used when encoding a
FhePlaintext. - Serialize
- Serialization.