|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v2 33/38] crypto: Implement aesdec_IMC with AES_imc_rot |
Date: | Tue, 20 Jun 2023 07:09:03 +0200 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 |
On 9/6/23 04:23, Richard Henderson wrote:
This method uses one uint32_t * 256 table instead of 4, which means its data cache overhead is less. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- crypto/aes.c | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |