Crate fhe_traits
source ·Expand description
Traits for Fully Homomorphic Encryption
Traits§
- Deserialization without context.
- Deserialization of a parametrized value.
- Deserialization setting an explicit context.
- A ciphertext which will encrypt a plaintext.
- Decode the value in the plaintext with the specified (optional) encoding.
- Decrypt a ciphertext into a plaintext
- Encode a value using a specified encoding.
- Encode a value using a specified encoding.
- Encrypt a plaintext into a ciphertext.
- The homomorphic encryption parameters.
- Indicates that Self parameters can be switched.
- Indicates that an object is parametrized.
- A plaintext which will encode one (or more) value(s).
- Encoding used when encoding a
FhePlaintext
. - Serialization.