in src/ristretto255.js [801:805]
function add(p, q) { const [P, Q] = deserializePandQ(p, q); lowlevel.add(P, Q); // P = P + Q return toBytes(P); }