Re: [PATCH v4 02/15] crypto/hash-glib: Implement new hash API

2024-08-08 Thread Daniel P . Berrangé
On Wed, Aug 07, 2024 at 07:51:09PM +, Alejandro Zeise wrote: > Implements the new hashing API in the GLib 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-glib.c

[PATCH v4 02/15] crypto/hash-glib: Implement new hash API

2024-08-07 Thread Alejandro Zeise
Implements the new hashing API in the GLib 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-glib.c | 77 ++ 1 file changed, 77 inserti