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: about 2 months 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T16:48:34.000Z (2 months ago)
- Last Synced: 2024-11-02T17:29:03.472Z (2 months ago)
- Topics: cryptography, mathematics, zk
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- 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
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