Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/varun-doshi/modc

Rust Library for Finite Field Arithmetic
https://github.com/varun-doshi/modc

cryptography mathematics zk

Last synced: about 2 months ago
JSON representation

Rust Library for Finite Field Arithmetic

Awesome Lists containing this project

README

        

# ModC : Rust Implementation of Finite Field Arithmetic

### Warning: This is strcitly for learning purposes and currently should not be used in any production environment

ModC is an ongoing Finite Field Implementation in Rust.

### Current Finite Field Operations implemented:
- Addition
- Subtration
- Multiplication
- Division
- Additive Inversion
- Multiplicative Inversion
- Self Moduli
- Power

Check the `tests` folder to understand how to use