Scheme class
Represents the supported schemes used by the backend.
Supported schemes:
- Brakerski-Fan-Vercauteren (BFV) scheme supports integer arithmetic, ciphertext coefficent uses Most Significant Bits (MSB).
- Brakerski-Gentry-Vaikuntanathan (BGV) scheme supports integer arithmetic, ciphertext coefficent uses Least Significant Bits (LSB).
- Cheon-Kim-Kim-Song (CKKS) scheme supports approximate real-number arithmetic.
Constructors
- Scheme()
- Initializes an unspecified scheme.
- Scheme.set(String fromName)
- Initializes a scheme using the provided name.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited