The Galois Counter Mode, an authenticated encryption mode of operation for a block cipher.
3
votes
1answer
111 views
How to communicate authentication tag for GCM?
I have written some code to do AES in GCM. I currently manually append the tag property to the ciphertext, is this the proper way to communicate the authentication tag?