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