Home | History | Annotate | Download | only in crypto

Lines Matching defs:Add

77 // Add computes *out = a+b
80 void Add(FieldElement* out, const FieldElement& a, const FieldElement& b) {
435 // See http://hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#addition-add-2007-bl
496 Add(&z1z1, z1z1, z2z2);
497 Add(&z2z2, a.z, b.z);
508 Add(&z1z1, j, z1z1);
539 Add(&t, a.x, delta);
549 Add(&out->z, a.y, a.z);
677 ::Add(&rhs, rhs, kB);
723 void Add(const Point& a, const Point& b, Point* out) {