Ed25519Blake2b class Null safety

Constructors

Ed25519Blake2b()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

accountChecksum(Uint8List publickey) Uint8List
computeHash(Uint8List account, Uint8List previous, Uint8List rep, Uint8List balance, Uint8List link) Uint8List
derivePrivkey(Uint8List seed, int index) Uint8List?
getPubkey(Uint8List secretKey) Uint8List?
rand32() Uint8List
signMessage(Uint8List m, Uint8List sk) Uint8List?
verifySignature(Uint8List m, Uint8List pk, Uint8List sig) bool