crypto_scalarmult_ed25519_base_noclamp method

int crypto_scalarmult_ed25519_base_noclamp(
  1. Pointer<UnsignedChar> q,
  2. Pointer<UnsignedChar> n
)

Implementation

@pragma('vm:prefer-inline')
int crypto_scalarmult_ed25519_base_noclamp(
  _i1.Pointer<_i1.UnsignedChar> q,
  _i1.Pointer<_i1.UnsignedChar> n,
) => _i2.crypto_scalarmult_ed25519_base_noclamp(q, n);