scalarbase static method

void scalarbase(
  1. List<Int32List> p,
  2. Uint8List s,
  3. int soff
)

Implementation

static void scalarbase(List<Int32List> p, Uint8List s, final int soff) {
  _scalarbase(p, s, soff);
}