crypto_scalarmult_base static method

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

Implementation

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