mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-19 06:15:34 +01:00
This implements g_hmac_xxx() functionality using the standard checksum functions supported by glib. HMAC is a secure way to hash a key and a password. Many other approaches fraught with append and prepend issues. Includes test cases defined in relevant RFCs https://bugzilla.gnome.org/show_bug.cgi?id=652480