crypto_hash_sha256_init method

int crypto_hash_sha256_init(
  1. Pointer<crypto_hash_sha256_state> state
)

Implementation

int crypto_hash_sha256_init(
  ffi.Pointer<crypto_hash_sha256_state> state,
) {
  return _crypto_hash_sha256_init(
    state,
  );
}