C polynomial library for ECC based cryptography.
Go to file
2022-04-15 14:20:51 +07:00
.README.md.swp Readme update 2022-04-15 14:20:51 +07:00
LICENSE Initial commit 2022-04-15 02:57:41 -04:00
Makefile Readme update 2022-04-15 14:20:51 +07:00
README.md Readme update 2022-04-15 14:20:51 +07:00

infidel_poly

C polynomial library for ECC based cryptography.

References

Key Components

  • Basic Operation (Addition, Reduction, Multiplication, Division)
  • Advance Operation (Inversion)
  • Bitwise for array
  • Pointer management for polynomial indexes