crypto_kdf_hkdf_sha512_extract_init method
int
crypto_kdf_hkdf_sha512_extract_init(
- Pointer<
crypto_kdf_hkdf_sha512_state> state, - Pointer<
UnsignedChar> salt, - int salt_len
Implementation
@pragma('vm:prefer-inline')
int crypto_kdf_hkdf_sha512_extract_init(
_i1.Pointer<_i2.crypto_kdf_hkdf_sha512_state> state,
_i1.Pointer<_i1.UnsignedChar> salt,
int salt_len,
) => _i2.crypto_kdf_hkdf_sha512_extract_init(state, salt, salt_len);