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
Would it be worth thinking about how to achieve this w/o breaking changes (e.g. add a try_block method with a sensible default impl), or do you generally think this warrants a major version bump?
To avoid repeating the keystream on counter overflow, #68 added an assertion that the counter value is less than
chacha20::MAX_BLOCKS
.Ideally
SalsaFamilyCipher::block
can be changed to use a fallible API, so instead of panicking it returns an error when the counter overflows.The text was updated successfully, but these errors were encountered: