mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-21 04:52:11 +02:00
ghmac: use stable version in documentation
Signed-off-by: Igor Gnatenko <ignatenko@src.gnome.org>
This commit is contained in:
parent
3e32350b54
commit
f6db42f698
@ -50,7 +50,7 @@
|
|||||||
* Both the key and data are arbitrary byte arrays of bytes or characters.
|
* Both the key and data are arbitrary byte arrays of bytes or characters.
|
||||||
*
|
*
|
||||||
* Support for HMAC Digests has been added in GLib 2.30, and support for SHA-512
|
* Support for HMAC Digests has been added in GLib 2.30, and support for SHA-512
|
||||||
* in GLib 2.42. Support for SHA-384 was added in GLib 2.51.
|
* in GLib 2.42. Support for SHA-384 was added in GLib 2.52.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct _GHmac
|
struct _GHmac
|
||||||
@ -82,7 +82,7 @@ struct _GHmac
|
|||||||
* on it anymore.
|
* on it anymore.
|
||||||
*
|
*
|
||||||
* Support for digests of type %G_CHECKSUM_SHA512 has been added in GLib 2.42.
|
* Support for digests of type %G_CHECKSUM_SHA512 has been added in GLib 2.42.
|
||||||
* Support for %G_CHECKSUM_SHA384 was added in GLib 2.51.
|
* Support for %G_CHECKSUM_SHA384 was added in GLib 2.52.
|
||||||
*
|
*
|
||||||
* Returns: the newly created #GHmac, or %NULL.
|
* Returns: the newly created #GHmac, or %NULL.
|
||||||
* Use g_hmac_unref() to free the memory allocated by it.
|
* Use g_hmac_unref() to free the memory allocated by it.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user