Re: [PATCH net-next v6 21/23] crypto: port ChaCha20 to Zinc
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: 2018-10-03 14:01:24
Also in:
linux-crypto, lkml
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: 2018-10-03 14:01:24
Also in:
linux-crypto, lkml
Hi Eric, On Wed, Oct 3, 2018 at 7:56 AM Eric Biggers [off-list ref] wrote:
Multiple threads may use the same tfm concurrently, so the tfm context must not be used to store per-request information such as the IV.
Thanks, fixed for v7. Jason