Seal constructor
Seal(
- String scheme
Creates a new instance of the SEAL backend with a given scheme.
The scheme
parameter specifies the encryption scheme to use.
Implementation
Seal(String scheme) : super('seal', scheme);