GLib.ChecksumType

The hashing algorithm to be used by GLib.Checksum when performing the digest of some data.

Note that the GLib.ChecksumType enumeration may be extended at a later date to include new hashing algorithm types.

Since 2.16

ChecksumType.MD5

Use the MD5 hashing algorithm

ChecksumType.SHA1

Use the SHA-1 hashing algorithm

ChecksumType.SHA256

Use the SHA-256 hashing algorithm

ChecksumType.SHA512

Use the SHA-512 hashing algorithm