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