exaexa / codecrypt

Post-quantum cryptography tool (THIS REPOSITORY IS ONLY A MIRROR OF THE MAIN ONE, PLEASE DO NOT FILE BUGS HERE)
https://gitea.blesmrt.net/exa/codecrypt
GNU Lesser General Public License v3.0
308 stars 40 forks source link

AES #25

Closed LasersAreGreat closed 6 years ago

LasersAreGreat commented 7 years ago

I would like to respectfully request that support for AES256 in counter mode be added.

exaexa commented 7 years ago

+1

Pull requests accepted.

If you would go into implementing this, everything needed is to create an instance of streamcipher (see chacha.h and chacha.cpp) and assign it a name in sc.cpp. I guess crypto++ supports AES256-CTR so the whole thing shouldn't be complicated at all.

exaexa commented 6 years ago

Moving off github. Please reopen the issue at the new repository if needed.