modL static method

void modL(
  1. Uint8List r,
  2. int roff,
  3. Int32List x
)

Implementation

static void modL(Uint8List r, final int roff, Int32List x) {
  _modL(r, roff, x);
}