crypto_hash_sha256_init method

int crypto_hash_sha256_init(
  1. Pointer<crypto_hash_sha256_state> state
)

Implementation

@pragma('vm:prefer-inline')
int crypto_hash_sha256_init(
  _i1.Pointer<_i2.crypto_hash_sha256_state> state,
) => _i2.crypto_hash_sha256_init(state);