crypto_scalarmult_base static method

int crypto_scalarmult_base(
  1. Uint8List q,
  2. Uint8List n
)

Implementation

static int crypto_scalarmult_base(Uint8List q, Uint8List n) {
  return crypto_scalarmult(q, n, _9);
}