SchnorrEncryptionKey class

A class that represents a Schnorr encryption key.

decHandle is the decryption handle of the encryption key.

encPubKey is the encryption public key of the encryption key.

Constructors

SchnorrEncryptionKey({required Handle privateKeyHandle, required Uint8List publicKey})

Properties

hashCode int
The hash code for this object.
no setterinherited
privateKeyHandle → Handle
no setter
publicKey Uint8List
no setter
publicKeyHex String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

create() Future<SchnorrEncryptionKey>

Constants

secretKeySize → const int