diff --git a/.README.md.swp b/.README.md.swp new file mode 100644 index 0000000..d921b21 Binary files /dev/null and b/.README.md.swp differ diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index bdb2fd0..7f0aa3a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # infidel_poly -C polynomial library for ECC based cryptography. \ No newline at end of file +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 + + + +