Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varun-doshi/modc
Rust Library for Finite Field Arithmetic
https://github.com/varun-doshi/modc
cryptography mathematics zk
Last synced: 26 days ago
JSON representation
Rust Library for Finite Field Arithmetic
- Host: GitHub
- URL: https://github.com/varun-doshi/modc
- Owner: varun-doshi
- Created: 2024-07-31T05:51:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T18:57:52.000Z (about 2 months ago)
- Last Synced: 2024-12-24T19:39:09.745Z (about 2 months ago)
- Topics: cryptography, mathematics, zk
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
#### Check [next branch](https://github.com/varun-doshi/modc/tree/next) for a more generalized library. New updates will be pushed to this branch first
ModC is an ongoing Finite Field Implementation in Rust.
### Current Finite Field Operations implemented:
- Addition
- Subtration
- Multiplication
- Division
- Additive Inversion
- Multiplicative Inversion
- Self Moduli
- PowerCheck the `tests` folder to understand how to use