Ed25519HdKey class

Implementation of ED25519 private key derivation from master private key

Constructors

Ed25519HdKey()
const

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

derivePath(String path, Uint8List seedBytes, {int offset = _HARDENED_OFFSET}) Future<_KeyData>
getMasterKeyFromSeed(Uint8List seedBytes) Future<_KeyData>
getPublicKey(Uint8List privateKey, {bool withZeroByte = true}) Future<Uint8List>
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