crypto_kdf_hkdf_sha512_expand method
int
crypto_kdf_hkdf_sha512_expand(
- Pointer<
UnsignedChar> out, - int out_len,
- Pointer<
Char> ctx, - int ctx_len,
- Pointer<
UnsignedChar> prk,
Implementation
@pragma('vm:prefer-inline')
int crypto_kdf_hkdf_sha512_expand(
_i1.Pointer<_i1.UnsignedChar> out,
int out_len,
_i1.Pointer<_i1.Char> ctx,
int ctx_len,
_i1.Pointer<_i1.UnsignedChar> prk,
) => _i2.crypto_kdf_hkdf_sha512_expand(out, out_len, ctx, ctx_len, prk);