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
PR #35 introduced the use of the lipsum crate. This works well and avoids the Baconian code bloating with boilerplate text constants.
However, currently, the usage is rather blunt, inelegant, as simply assigns lipsum text of an arbitrary 160 char length that may break if the plaintext is over ~50 chars in length.
Desired functionality: is that the default decoy text (generated using the lipsum crate) would automatically size to the length of the plaintext passed into the encrypt function.
The text was updated successfully, but these errors were encountered:
PR #35 introduced the use of the
lipsum
crate. This works well and avoids theBaconian
code bloating with boilerplate text constants.However, currently, the usage is rather blunt, inelegant, as simply assigns
lipsum
text of an arbitrary 160 char length that may break if the plaintext is over ~50 chars in length.Desired functionality: is that the default decoy text (generated using the
lipsum
crate) would automatically size to the length of the plaintext passed into theencrypt
function.The text was updated successfully, but these errors were encountered: