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
The patch to fix this is ready. It includes a unit test for this condition. I can push to the same cipher/playfair branch and increment to 0.14.1 if that works, @arosspope .
The text was updated successfully, but these errors were encountered:
cipher-crypt/src/playfair.rs
Line 115 in aab6174
This shift rule does not correctly handle cases where the
usize
index into the vector will overflow negative upon subtraction.Example code that replicates the issue:
The patch to fix this is ready. It includes a unit test for this condition. I can push to the same
cipher/playfair
branch and increment to0.14.1
if that works, @arosspope .The text was updated successfully, but these errors were encountered: