static int crypto_auth_hmacsha512(Uint8List out, Uint8List m, Uint8List k) { _crypto_auth(TweetNaCl.crypto_hash, 128, out, m, k); return 0; }