feat(fields): add fast secp field arithmetic#271
Conversation
🤖 PR SummaryThis PR adds native-word-based fast arithmetic implementations for the Goldilocks and secp256k1 scalar fields, refactors the existing field definitions into facade modules, and provides the corresponding correctness proofs, test suites, and build infrastructure. The core new content is in the Statistics
Lean Declarations ✏️ Removed: 10 declaration(s)
✏️ Added: 395 declaration(s)
…and 245 more not listed.
Coverage Notes
Partially Analyzed Files
📋 **Additional Analysis**The diff introduces a new native-code fast Goldilocks field implementation and refactors the existing canonical field and secp256k1 field definitions into a modular structure; no violations of the supplied instructions were found. 📄 **Per-File Summaries**
Last updated: 2026-07-20 08:33 UTC. |
Implemented on top of #262.