crypto_hash_sha512_init method
Implementation
int crypto_hash_sha512_init(
ffi.Pointer<crypto_hash_sha512_state> state,
) {
return _crypto_hash_sha512_init(
state,
);
}
int crypto_hash_sha512_init(
ffi.Pointer<crypto_hash_sha512_state> state,
) {
return _crypto_hash_sha512_init(
state,
);
}