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
Description
Languages
C
87.8%
Makefile
12.2%