Readme update
This commit is contained in:
parent
7262e4ed7a
commit
c702fa9dd3
BIN
.README.md.swp
Normal file
BIN
.README.md.swp
Normal file
Binary file not shown.
16
README.md
16
README.md
@ -1,3 +1,17 @@
|
||||
# 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
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user