static Uint8List crypto_hash_sha256(Uint8List out, Uint8List m) { return _crypto_hash_sha256(out, m, m.length); }