Ed25519Spacemesh class
Constructors
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
-
extractPublicKey(
Uint8List message, Uint8List sig) → Future< Uint8List> -
newDerivedKeyFromSeed(
Uint8List seed, Uint8List index, Uint8List salt) → Future< Uint8List> -
newKeyFromSeed(
Uint8List seed) → Future< Uint8List> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sign(
Uint8List message, Uint8List privateKey) → Future< Uint8List> -
toString(
) → String -
A string representation of this object.
inherited
-
verify(
Uint8List publicKey, Uint8List message, Uint8List sig) → Future< bool>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited