22+ printf(" - Scalar operations (modulo the curve's order)\n");
23+ printf(" - Field operations (modulo the curve's field size)\n");
24+ printf(" - Group operations (both in Jacobian and affine coordinates)\n");
25+ printf(" - Point multiplication\n");
26+ printf(" - Hash algorithms\n");
27+ printf(" - Context object handling\n");
Perhaps it suffices to say “Benchmarks various internal routines”. This list is mostly redundant to the list below. If we omit it, we won’t need to (remember to) touch two lists every time we add or remove operations.