Ed25519Keypair class

Ed25519 Keypair

Constructors

Ed25519Keypair({required Uint8List pubkey, required Uint8List seckey})
Ed25519 keypair.
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
pubkey → Uint8List
The Ed25519 public key.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
seckey → Uint8List
The Ed25519 signing key.
final

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