flâneur — a map of the web's best reading

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

Explore this link on the map →

related reading