Ciphertext constructor
Ciphertext(
- Backend backend
Initializes a ciphertext using the provided backend.
Implementation
Ciphertext(this.backend) {
obj = _c_init_ciphertext(backend.value);
}
Initializes a ciphertext using the provided backend.
Ciphertext(this.backend) {
obj = _c_init_ciphertext(backend.value);
}