publicKeyBytes property

Uint8List get publicKeyBytes

Get keyshare public key in bytes.

Implementation

Uint8List get publicKeyBytes =>
    utils.toBytesUnsafe(ctss_wrapper.dklsKeysharePublicKey(handle.ref));