-// load_RGB_pixmap("lena.ppm", &width, &height, &data_R, &data_G, &data_B);
+ load_RGB_pixmap("lena.ppm", &width, &height, &data_R, &data_G, &data_B);
// load_RGB_pixmap("No_ecb_mode_picture.ppm", &width, &height, &data_R, &data_G, &data_B);
// load_RGB_pixmap("No_ecb_mode_picture.ppm", &width, &height, &data_R, &data_G, &data_B);
- load_RGB_pixmap("4096.ppm", &width, &height, &data_R, &data_G, &data_B);
+// load_RGB_pixmap("4096.ppm", &width, &height, &data_R, &data_G, &data_B);
{
ciphertext_len = encrypt (plaintext, size, key, iv,
ciphertext);
{
ciphertext_len = encrypt (plaintext, size, key, iv,
ciphertext);
{
/* Decrypt the ciphertext */
decryptedtext_len = decrypt(ciphertext, ciphertext_len, key, iv,
{
/* Decrypt the ciphertext */
decryptedtext_len = decrypt(ciphertext, ciphertext_len, key, iv,