Plaintext constructor

Plaintext(
  1. Backend backend
)

Initializes a plaintext using the provided backend.

Implementation

Plaintext(this.backend) {
  obj = _c_init_plaintext(backend.value);
}