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
Calling hazardous::aead::chacha20poly1305::seal() and hazardous::aead::xchacha20poly1305::seal() with an out parameter, that has a length above that of plaintext + size_of_poly1305_tag, will result in a panic. This is because when appending the Poly1305 tag, slice lengths are not explicitly defined.
The text was updated successfully, but these errors were encountered:
Calling
hazardous::aead::chacha20poly1305::seal()
andhazardous::aead::xchacha20poly1305::seal()
with anout
parameter, that has a length above that ofplaintext + size_of_poly1305_tag
, will result in a panic. This is because when appending the Poly1305 tag, slice lengths are not explicitly defined.The text was updated successfully, but these errors were encountered: