Re: [PATCH v5 1/8] crypto: Define macros for hash algorithm digest lengths

2024-08-28 Thread Daniel P . Berrangé
On Thu, Aug 22, 2024 at 09:08:42PM +0600, Dorjoy Chowdhury wrote: > Signed-off-by: Dorjoy Chowdhury > --- > crypto/hash.c | 14 +++--- > include/crypto/hash.h | 8 > 2 files changed, 15 insertions(+), 7 deletions(-) Reviewed-by: Daniel P. Berrangé With regards, Danie

[PATCH v5 1/8] crypto: Define macros for hash algorithm digest lengths

2024-08-22 Thread Dorjoy Chowdhury
Signed-off-by: Dorjoy Chowdhury --- crypto/hash.c | 14 +++--- include/crypto/hash.h | 8 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/crypto/hash.c b/crypto/hash.c index b0f8228bdc..8087f5dae6 100644 --- a/crypto/hash.c +++ b/crypto/hash.c @@ -23,13 +