static int crypto_auth_hmacsha256(Uint8List out, Uint8List m, Uint8List k) { _crypto_auth(crypto_hash_sha256, 64, out, m, k); return 0; }