crypto_sign_update method
int
crypto_sign_update(
- Pointer<
crypto_sign_ed25519ph_state> state, - Pointer<
UnsignedChar> m, - 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);