crypto_kdf_hkdf_sha256_expand method

int crypto_kdf_hkdf_sha256_expand(
  1. Pointer<UnsignedChar> out,
  2. int out_len,
  3. Pointer<Char> ctx,
  4. int ctx_len,
  5. Pointer<UnsignedChar> prk,
)

Implementation

@pragma('vm:prefer-inline')
int crypto_kdf_hkdf_sha256_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_sha256_expand(out, out_len, ctx, ctx_len, prk);