crypto_sign_update method

int crypto_sign_update(
  1. Pointer<crypto_sign_ed25519ph_state> state,
  2. Pointer<UnsignedChar> m,
  3. int mlen
)

Implementation

@pragma('vm:prefer-inline')
int crypto_sign_update(
  _i1.Pointer<_i2.crypto_sign_ed25519ph_state> state,
  _i1.Pointer<_i1.UnsignedChar> m,
  int mlen,
) => _i2.crypto_sign_update(state, m, mlen);