You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am working on a project that involves using AES GCM to encrypt quite a big header. May I ask if there is a message length limit in aes256gcm? Since as I increase the header length, Rust panicked with MessageTooLong error in the encryption step.
Thank you so much!
The text was updated successfully, but these errors were encountered:
Hi! I am working on a project that involves using AES GCM to encrypt quite a big header. May I ask if there is a message length limit in aes256gcm? Since as I increase the header length, Rust panicked with MessageTooLong error in the encryption step.
Thank you so much!
The text was updated successfully, but these errors were encountered: