function abs25519()

in src/ristretto255.js [396:398]


function abs25519(h, f) {
  cneg25519(h, f, isneg25519(f));
}