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
In the way the sponge is constructed, it should be impossible to get a cipher-length different than message.len + 1 but to be 100% sure we include a check in the encrypt and decrypt functions before returning the cipher of message.
The text was updated successfully, but these errors were encountered:
Summary
In the way the sponge is constructed, it should be impossible to get a cipher-length different than
message.len + 1
but to be 100% sure we include a check in theencrypt
anddecrypt
functions before returning thecipher
ofmessage
.The text was updated successfully, but these errors were encountered: