static int crypto_hash(Uint8List out, Uint8List m) { return crypto_hash_off(out, m, 0, m != null ? m.length : 0); }