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