feat: direct base table mul + projective-table GLV
- extend G_TABLE from [16][256] to [32][256] for full 256-bit scalar coverage
- u1*G: direct byte-at-a-time lookup, no GLV split, zero doublings
- u2*Q: Jacobian precompute tables, no batchToAffine field inversion
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>