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