Ed25519Blake2b class

Constructors

Ed25519Blake2b()

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

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

Static Properties

D Int32List
final
d2 Int32List
final
gf0 Int32List
final
gf1 Int32List
final
i Int32List
final
L Int32List
final
nine Uint8List
final
one21665 Int32List
final
x Int32List
final
y Int32List
final
zero Uint8List
final

Static Methods

cryptoHash(Uint8List out, Uint8List m) int
cryptoHashOff(Uint8List out, Uint8List m, int moff, int n) int
int cryptoHash(Uint8List out, Uint8List m, long n)
cryptoScalarmult(Uint8List q, Uint8List n, Uint8List p) int
cryptoScalarmultBase(Uint8List q, Uint8List n) int
cryptoSign(Uint8List sm, int dummy, Uint8List m, int moff, int n, Uint8List sk) int
cryptoSignOpen(Uint8List m, int dummy, Uint8List sm, int smoff, int n, Uint8List pk) int
TBD 64bits of mlen int cryptoSignOpen(Uint8Listm,long *mlen,Uint8Listsm,long n,Uint8Listpk)
pubKeyFromSecret(Uint8List secretKey) Uint8List
unpack25519(Int32List o, Uint8List n) → void