crypto_core_ristretto255_scalar_sub method

void crypto_core_ristretto255_scalar_sub(
  1. Pointer<UnsignedChar> z,
  2. Pointer<UnsignedChar> x,
  3. Pointer<UnsignedChar> y
)

Implementation

@pragma('vm:prefer-inline')
void crypto_core_ristretto255_scalar_sub(
  _i1.Pointer<_i1.UnsignedChar> z,
  _i1.Pointer<_i1.UnsignedChar> x,
  _i1.Pointer<_i1.UnsignedChar> y,
) => _i2.crypto_core_ristretto255_scalar_sub(z, x, y);