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

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

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