function SmodL()

in src/ristretto255.js [181:183]


function SmodL(o, a) {
  MmodL(o, a, a);
}