tweetnacl library

Classes

TweetNaCl

Extensions

TweetNaClExt on TweetNaCl
TweetNaCl's extension class. Following the TweetNaCl convention and added some extras. Extension is just an eye-candy here as it uses only static methods.

Typedefs

Hasher = void Function(Uint8List out, Uint8List m)
MacHasher = void Function(Uint8List out, Uint8List m, Uint8List k)