Cryptography_Algorithms icon indicating copy to clipboard operation
Cryptography_Algorithms copied to clipboard

Collection of cryptography algorithms implementation.

Results 4 Cryptography_Algorithms issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted
good first issue

Add more - [x] information - [x] overview - [x] contribution guide - [ ] resources - [x] tech stack - [x] guidelines

documentation
good first issue

As far as i noticed the code its `ECB` , Maybe adding options for other modes? `CBC`,`OFB`,`CFB`,`CTR`