crypto_secretstream_xchacha20poly1305_init_pull method

int crypto_secretstream_xchacha20poly1305_init_pull(
  1. Pointer<crypto_secretstream_xchacha20poly1305_state> state,
  2. Pointer<UnsignedChar> header,
  3. Pointer<UnsignedChar> k
)

Implementation

@pragma('vm:prefer-inline')
int crypto_secretstream_xchacha20poly1305_init_pull(
  _i1.Pointer<_i2.crypto_secretstream_xchacha20poly1305_state> state,
  _i1.Pointer<_i1.UnsignedChar> header,
  _i1.Pointer<_i1.UnsignedChar> k,
) => _i2.crypto_secretstream_xchacha20poly1305_init_pull(state, header, k);