https://github.com/varun-doshi/rpolynomial
Finite Field Polynomial Implementation in Rust
https://github.com/varun-doshi/rpolynomial
cryptography math zk
Last synced: 11 months ago
JSON representation
Finite Field Polynomial Implementation in Rust
- Host: GitHub
- URL: https://github.com/varun-doshi/rpolynomial
- Owner: varun-doshi
- Created: 2024-12-01T17:41:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T07:32:43.000Z (over 1 year ago)
- Last Synced: 2025-03-13T17:02:19.366Z (over 1 year ago)
- Topics: cryptography, math, 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
# RPolynomial : Rust implementation of Finite Field Polynomials
### Warning: This is strcitly for learning purposes currently and should not be used in any production environment
RPolynomial is an ongoing Finite Field Polynomial Implementation in Rust.
Current Finite Field Operations:
✅ Degree
✅ Evaluate
✅ Roots
✅ Addition
✅ Subtraction
✅ Multiplication
⬜ Division
Check the `tests` folder to understand how to usage