Tagged Questions
1
vote
4answers
1k views
Best way to handle block ciphers in C++? (Crypto++)
Good day :)
I'm pretty new to both C++ and Block Cipher encryption, and I am currently in the process of writing a decryption function for AES (16 byte seed / 16 byte blocks). All is going well, but ...