C polynomial library for ECC based cryptography.
.README.md.swp | ||
LICENSE | ||
Makefile | ||
README.md |
infidel_poly
C polynomial library for ECC based cryptography.
References
- Libntru : Polynomial multiplication and inversion commit
- Sanfoundry : C Program to Evaluate given polynomial equation
Key Components
- Basic Operation (Addition, Reduction, Multiplication, Division)
- Advance Operation (Inversion)
- Bitwise for array
- Pointer management for polynomial indexes