I am trying to implement an AES 128 encryption algorithm using gcrypt in Eclipse; however, I am getting nowhere fast. Below is the code I am using, which I got from another thread.


#include...