I say let's release.
> On Mar 17, 2021, at 22:29, Jeffrey Walton wrote:
>
> Hi Everyone,
>
> We fixed a nasty little bug in stream ciphers. The bug surfaced when
> inString == outString and the compiler decided to short-circuit the
> transformation during code generation. The bug potentially a
Hi Everyone,
We fixed a nasty little bug in stream ciphers. The bug surfaced when
inString == outString and the compiler decided to short-circuit the
transformation during code generation. The bug potentially affected
all stream ciphers and some modes of operation, like CFB, OFB and CTR
because th