Square 246 crypto/p224.cc Square(&f1, in); // 2 Square 248 crypto/p224.cc Square(&f1, f1); // 2**3 - 2 Square 250 crypto/p224.cc Square(&f2, f1); // 2**4 - 2 Square 251 crypto/p224.cc Square(&f2, f2); // 2**5 - 4 Square 252 crypto/p224.cc Square(&f2, f2); // 2**6 - 8 Square 254 crypto/p224.cc Square(&f2, f1); // 2**7 - 2 Square 256 crypto/p224.cc Square(&f2, f2); Square 259 crypto/p224.cc Square(&f3, f2); // 2**13 - 2 Square 261 crypto/p224.cc Square(&f3, f3); Square 264 crypto/p224.cc Square(&f3, f2); // 2**25 - 2 Square 266 crypto/p224.cc Square(&f3, f3); Square 269 crypto/p224.cc Square(&f4, f3); // 2**49 - 2 Square 271 crypto/p224.cc Square(&f4, f4); Square 274 crypto/p224.cc Square(&f4, f3); // 2**97 - 2 Square 276 crypto/p224.cc Square(&f4, f4); Square 280 crypto/p224.cc Square(&f2, f2); Square 283 crypto/p224.cc Square(&f1, f1); // 2**127 - 2 Square 286 crypto/p224.cc Square(&f1, f1); Square 438 crypto/p224.cc Square(&z1z1, a.z); Square 441 crypto/p224.cc Square(&z2z2, b.z); Square 467 crypto/p224.cc Square(&i, i); Square 495 crypto/p224.cc Square(&z2z2, z2z2); Square 506 crypto/p224.cc Square(&out->x, r); Square 530 crypto/p224.cc Square(&delta, a.z); Square 531 crypto/p224.cc Square(&gamma, a.y); Square 547 crypto/p224.cc Square(&out->z, out->z); Square 558 crypto/p224.cc Square(&out->x, alpha); Square 569 crypto/p224.cc Square(&gamma, gamma); Square 658 crypto/p224.cc Square(&lhs, y); Square 662 crypto/p224.cc Square(&rhs, x); Square 688 crypto/p224.cc Square(&zinv_sq, zinv); Square 729 crypto/p224.cc Square(&zinv_sq, zinv);