Ciphertext constructor

Ciphertext(
  1. Backend backend
)

Initializes a ciphertext using the provided backend.

Implementation

Ciphertext(this.backend) {
  obj = _c_init_ciphertext(backend.value);
}