SchnorrkelKeypair class

Represents a Schnorrkel key pair, consisting of a secret key and a public key.

Constructors

SchnorrkelKeypair.fromBytes(List<int> bytes)
Creates a key pair from raw bytes.
factory
SchnorrkelKeypair.fromEd25519(List<int> bytes)
Creates a key pair from Ed25519 key bytes.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
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
publicKey() SchnorrkelPublicKey
public key
secretKey() SchnorrkelSecretKey
secret key
toString() String
A string representation of this object.
inherited

Operators

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