31Sanskrati / Cryptography_Algorithms

Collection of cryptography algorithms implementation.
MIT License
14 stars 5 forks source link

Add files via upload #14

Open alexdbrz opened 5 months ago

alexdbrz commented 5 months ago

It's a C implementation of NTRUEncrypt, this was a school project so surely it can be optimized or it may contained untested error that I didn't see. However it works fine.

31Sanskrati commented 5 months ago

The algorithm looks good. I am sure others will appreciate your code.

Suggested changes:

  1. Can you update the README.md too by adding an introduction of this method in the "Algorithm Introduction section"?
  2. Add a markdown file in your directory explaining the encryption method and how the code works.

That will be very helpful for others to understand your code.