[PATCH net-next v6 07/23] zinc: ChaCha20 ARM and ARM64 implementations
From: Jason@zx2c4.com (Jason A. Donenfeld)
Date: 2018-09-26 15:45:38
Also in:
linux-crypto, lkml, netdev
From: Jason@zx2c4.com (Jason A. Donenfeld)
Date: 2018-09-26 15:45:38
Also in:
linux-crypto, lkml, netdev
On Wed, Sep 26, 2018 at 5:42 PM Ard Biesheuvel [off-list ref] wrote:
On Wed, 26 Sep 2018 at 16:02, Ard Biesheuvel [off-list ref] wrote: Actually, looking at the code again, the abstraction does appear to be fine, it is just the chacha20 code that does not make use of it.
So what you have in mind is something like calling simd_relax() every 4096 bytes or so?