crypto_core_ristretto255_scalar_negate method

void crypto_core_ristretto255_scalar_negate(
  1. Pointer<UnsignedChar> neg,
  2. Pointer<UnsignedChar> s
)

Implementation

@pragma('vm:prefer-inline')
void crypto_core_ristretto255_scalar_negate(
  _i1.Pointer<_i1.UnsignedChar> neg,
  _i1.Pointer<_i1.UnsignedChar> s,
) => _i2.crypto_core_ristretto255_scalar_negate(neg, s);