Ed25519Blake2bPrivateKey class

Represents an Ed25519 private key with Blake2b hashing, implementing the IPrivateKey interface.

Implemented types
Mixed-in types

Constructors

Ed25519Blake2bPrivateKey.fromBytes(List<int> keyBytes)
factory

Properties

curve EllipticCurveTypes
curve type
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
length int
private key bytes length
no setteroverride
privateKey EDDSAPrivateKey
final
publicKey IPublicKey
access to public key
no setteroverride
raw List<int>
private key raw bytes
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variables List
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toHex({bool lowerCase = true, String? prefix = ""}) String
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

isValidBytes(List<int> keyBytes) bool
check if bytes valid for this key
override