On Tue, Oct 08, 2024 at 09:57:09AM +0200, Cédric Le Goater wrote: > From: Alejandro Zeise <[email protected]> > > 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 <[email protected]> > [ clg: - Dropped qcrypto_hash_supports() in qcrypto_glib_hash_new() > - Removed superfluous cast (GChecksum *) in qcrypto_glib_hash_free() > - Reworked qcrypto_glib_hash_finalize() ] > Signed-off-by: Cédric Le Goater <[email protected]> > --- > crypto/hash-glib.c | 67 ++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 67 insertions(+)
Reviewed-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
