Cryptography_Algorithms
Cryptography_Algorithms copied to clipboard
Collection of cryptography algorithms implementation.
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...
Add more - [x] information - [x] overview - [x] contribution guide - [ ] resources - [x] tech stack - [x] guidelines
As far as i noticed the code its `ECB` , Maybe adding options for other modes? `CBC`,`OFB`,`CFB`,`CTR`