Plaintext constructor
Plaintext(
- Backend backend
Initializes a plaintext using the provided backend.
Implementation
Plaintext(this.backend) {
obj = _c_init_plaintext(backend.value);
}
Initializes a plaintext using the provided backend.
Plaintext(this.backend) {
obj = _c_init_plaintext(backend.value);
}