bawejakunal / AES-GCM-256

Simple implementation of 256 bit AES encryption in GCM mode.
MIT License
18 stars 7 forks source link

Question in code - AES-gcm-256 #3

Closed goutham23 closed 1 year ago

goutham23 commented 1 year ago

Question: modified the original code bit to test different inputs:

aes.zip

goutham23 commented 1 year ago

Hello,

Please find the attachment - aes.c (modified your original file to test different inputs)

aes_output_file - output copied, plain text and decrypted text does not match, can you please tell where I'm going wrong.

Thanks in advance

goutham23 commented 1 year ago

Fixed the issue