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
do not pre-allocate vector capacity in MultiRecipientBlob
the value we read for 'encrypted_keys_len' may not be a reasonable size if the
bytes we're reading from weren't encrypted using the old method
pre-allocating the vector to a random usize capacity may cause memory allocation
errors
0 commit comments