:right-sidebar: True ChecksumType =================================================================== .. currentmodule:: gi.repository.GLib .. versionadded:: 2.16 .. class:: ChecksumType :no-contents-entry: The hashing algorithm to be used by :obj:`~gi.repository.GLib.Checksum` when performing the digest of some data. Note that the :obj:`~gi.repository.GLib.ChecksumType` enumeration may be extended at a later date to include new hashing algorithm types. Fields ------ .. rst-class:: interim-class .. class:: ChecksumType :no-index: .. attribute:: MD5 Use the MD5 hashing algorithm .. attribute:: SHA1 Use the SHA-1 hashing algorithm .. attribute:: SHA256 Use the SHA-256 hashing algorithm .. attribute:: SHA384 Use the SHA-384 hashing algorithm (Since: 2.51) .. attribute:: SHA512 Use the SHA-512 hashing algorithm (Since: 2.36)