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 Shadow documentation is using a stream cipher that should be banned. It's unsafe and easy to block.
Please update the example to use one of the AEAD Ciphers.
I would also recommend removing support for stream ciphers from your implementation. There's no reason for that and it only helps users shoot themselves in the foot.
The text was updated successfully, but these errors were encountered:
The Shadow documentation is using a stream cipher that should be banned. It's unsafe and easy to block.
Please update the example to use one of the AEAD Ciphers.
I would also recommend removing support for stream ciphers from your implementation. There's no reason for that and it only helps users shoot themselves in the foot.
The text was updated successfully, but these errors were encountered: