function neg25519()

in src/ristretto255.js [369:371]


function neg25519(h, f) {
  lowlevel.Z(h, lowlevel.gf(), f);
}