cryptoScalarmultBase static method

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

Implementation

static int cryptoScalarmultBase(Uint8List q, Uint8List n) {
  return cryptoScalarmult(q, n, nine);
}