Readme update

This commit is contained in:
infidel 2022-04-15 14:20:51 +07:00
parent 7262e4ed7a
commit c702fa9dd3
3 changed files with 15 additions and 1 deletions

BIN
.README.md.swp Normal file

Binary file not shown.

0
Makefile Normal file
View File

View File

@ -1,3 +1,17 @@
# infidel_poly # infidel_poly
C polynomial library for ECC based cryptography. C polynomial library for ECC based cryptography.
## References
- **Libntru** : Polynomial multiplication and inversion [commit](https://github.com/tbuktu/libntru/commit/15423e7f5f44d5ef69cb4aa50eaa03c07a7ecad0)
- **Sanfoundry** : [C Program to Evaluate given polynomial equation](https://www.sanfoundry.com/c-program-polynomial-equation/)
## Key Components
- [ ] Basic Operation (Addition, Reduction, Multiplication, Division)
- [ ] Advance Operation (Inversion)
- [ ] Bitwise for array
- [ ] Pointer management for polynomial indexes