algebra/ff/README.md at master · arkworks-rs/algebra
github.com · 1,540 words · saved by 1 readers
Libraries for finite field, elliptic curve, and polynomial arithmetic - arkworks-rs/algebra
ark-ff This crate defines Finite Field traits and useful abstraction models that follow these traits. Implementations of concrete finite fields for some popular elliptic curves can be found in arkworks-rs/curves under arkworks-rs/curves/<your favourite curve>/src/fields/ . This crate contains two types of traits: Field traits: These define interfaces for manipulating field elements, such as addition, multiplication, inverses, square roots, and more. Field Config s: specifies the parameters defining the field in question. For extension fields, it also provides additional functionality required
related reading
- Finite Fields and Modular Arithmetic for ZK Proofs | RareSkillsrareskills.io
- PrimeField in elliptic_curve - Rustdocs.rs
- Binius: highly efficient proofs over binary fieldsvitalik.eth.limo
- Math & Engineeringxn--2-umb.com
- Pairingzeroknowledgeblog.com
- Napkin.pdfvenhance.github.io
- unit-distance-proof.pdfcdn.openai.com
- A High-Level Technical Overview of Fully Homomorphic Encryption || Math ∩ Programmingjeremykun.com
- small-sumcheck.pdfpeople.cs.georgetown.edu
- Atlas Fields Studio | Arena Physicafields-studio.arenaphysica.com
- What's new | Updates on my research and expository papers, discussion of open problems, and other maths-related topics. By Terence Taoterrytao.wordpress.com
- VROOM: Accelerating (Almost All) Number-Theoretic Cryptography Using Vectorization and the Residue Number Systemeprint.iacr.org