DklsKeyshare constructor
- Pointer<
Handle> handle
Create DklsKeyshare using handle
Implementation
DklsKeyshare(this.handle) {
_finalizer.attach(this, handle.cast(), detach: this);
}
Create DklsKeyshare using handle
DklsKeyshare(this.handle) {
_finalizer.attach(this, handle.cast(), detach: this);
}