Ed448HDWallet class

Derives deterministic Ed448 keys for hierarchical wallets.

Constructors

Ed448HDWallet()

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

addScalar(Uint8List a, Uint8List b) Uint8List
childPrivateToPrivate(Uint8List extended, int index) Uint8List
concatenateAndHex(int prefix, Uint8List key, int index, Uint8List salt) Uint8List
ed448DerivePublicKey(Uint8List privateKeyBytes) Uint8List
ed448GenerateKey() Uint8List
ed448Sign(Uint8List privateKeyBytes, Uint8List message) Uint8List
ed448Verify(Uint8List publicKeyBytes, Uint8List message, Uint8List signature) bool
HDWalletGenerateKey(Uint8List seed, int index) Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
seedToExtendedPrivate(Uint8List seed) Uint8List
SHA512Hash(Uint8List password, Uint8List salt) Uint8List
toExtendedPublic(Uint8List extendedPrivate) Uint8List
toString() String
A string representation of this object.
inherited

Operators

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