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
Since there is a maximum amount of data that can be safely encrypted under a single data key, if we do not know the amount of data, we can not safely encrypt under a cached data key.
An Example:
If I only want to encrypt 5K under a single data key,
and I have a cached key that has 4.999K already used,
a 10B message will exhaust my margin.
Therefore if I do not know how large a given message is,
I can not safely encrypt it under this key.