Re: [PATCH] lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI

From: Jason A. Donenfeld
Date: Thu Jan 20 2022 - 04:44:11 EST


On 1/19/22, Nathan Chancellor <nathan@xxxxxxxxxx> wrote:
> On Wed, Jan 19, 2022 at 02:54:50PM +0100, Jason A. Donenfeld wrote:
>> blake2s_compress_generic is weakly aliased to blake2s_generic. The
>
> Isn't it the other way around?

Thanks. Changed that 'to' to a 'by'.

Jason