Ciphertext.fromPointer constructor

Ciphertext.fromPointer(
  1. Backend backend,
  2. Pointer<NativeType> obj
)

Initializes a ciphertext using the provided Backend and Pointer.

Implementation

Ciphertext.fromPointer(this.backend, this.obj);