forge
forge copied to clipboard
What is the lowest Tag length you can set for AES-GCM decryption?
I am trying to decrypt a message with the tag length of 4, and when I do, my test fails. When I set the tag length to 0, it works fine. Not sure why.