SchnorrSigningKey class

Constructors

SchnorrSigningKey({required Handle skHandle, required Handle vkHandle})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey → Handle
no setter
verifyingKey → Handle
no setter

Methods

free() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
verifyingKeyB64() Future<String>
verifyingKeyBytes() Future<Uint8List>
verifyingKeyHex() Future<String>

Operators

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

Static Properties

instance Future<SchnorrSigningKey>
no setter

Static Methods

create([master_key_type keytype = master_key_type.ed25519, bool useTEE = false]) Future<SchnorrSigningKey>