TweetNaclFast class

Constructors

TweetNaclFast()

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

cryptoBox(Uint8List c, Uint8List m, int d, Uint8List n, Uint8List y, Uint8List x) int
cryptoBoxOpen(Uint8List m, Uint8List c, int d, Uint8List n, Uint8List y, Uint8List x) int
cryptoOnetimeauth(Uint8List out, Uint8List m, int n, Uint8List k) int
cryptoOnetimeauthVerify(Uint8List h, Uint8List m, Uint8List k) int
cryptoOnetimeauthVerifyLen(Uint8List h, Uint8List m, int n, Uint8List k) int
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 Uint64List
final
d2 Uint64List
final
gf0 Uint64List
final
gf1 Uint64List
final
i Uint64List
final
jrandom Random
getter/setter pair
L Uint64List
final
nine Uint8List
final
one21665 Uint64List
final
x Uint64List
final
y Uint64List
final
zero Uint8List
final

Static Methods

cryptoBoxAfternm(Uint8List c, Uint8List m, int d, Uint8List n, Uint8List k) int
cryptoBoxBeforenm(Uint8List k, Uint8List y, Uint8List x) int
cryptoBoxKeypair(Uint8List y, Uint8List x) int
cryptoBoxOpenAfternm(Uint8List m, Uint8List c, int d, Uint8List n, Uint8List k) int
cryptoCoreHsalsa20(Uint8List out, Uint8List input, Uint8List k, Uint8List c) int
cryptoCoreSalsa20(Uint8List out, Uint8List input, Uint8List k, Uint8List c) int
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
cryptoSecretbox(Uint8List c, Uint8List m, int d, Uint8List n, Uint8List k) int
cryptoSecretboxOpen(Uint8List m, Uint8List c, int d, Uint8List n, Uint8List k) int
cryptoSign(Uint8List sm, int dummy, Uint8List m, int moff, int n, Uint8List sk) int
cryptoSignKeypair(Uint8List pk, Uint8List sk, bool seeded) 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)
cryptoStream(Uint8List c, int cpos, int d, Uint8List n, Uint8List k) int
cryptoStreamSalsa20(Uint8List c, int cpos, int b, Uint8List n, Uint8List k) int
cryptoStreamXor(Uint8List c, int cpos, Uint8List m, int mpos, int d, Uint8List n, Uint8List k) int
cryptoVerify16(Uint8List x, Uint8List y) int
cryptoVerify32(Uint8List x, Uint8List y) int
hexDecode(String s) List<int>
hexEncodeToString(Uint8List raw) String
randombytes(int len) Uint8List
randombytesArray(Uint8List x) Uint8List
randombytesArrayLen(Uint8List x, int len) Uint8List
unpack25519(Uint64List o, Uint8List n) → void