Re: [PATCH v4 04/15] crypto/hash-gnutls: Implement new hash API

2024-08-08 Thread Daniel P . Berrangé
On Wed, Aug 07, 2024 at 07:51:11PM +, Alejandro Zeise wrote: > Implements the new hashing API in the gnutls hash driver. > Supports creating/destroying a context, updating the context > with input data and obtaining an output hash. > > Signed-off-by: Alejandro Zeise > --- > crypto/hash-gnutl

[PATCH v4 04/15] crypto/hash-gnutls: Implement new hash API

2024-08-07 Thread Alejandro Zeise
Implements the new hashing API in the gnutls hash driver. Supports creating/destroying a context, updating the context with input data and obtaining an output hash. Signed-off-by: Alejandro Zeise --- crypto/hash-gnutls.c | 73 1 file changed, 73 inser