<%GLibChecksumType>
<%GLibChecksumType>
Description
The hashing algorithm to be used by GChecksum when performing the
digest of some data.
Note that the GChecksumType enumeration may be extended at a later
date to include new hashing algorithm types.
Members
md5
Use the MD5 hashing algorithm
sha1
Use the SHA-1 hashing algorithm
sha256
Use the SHA-256 hashing algorithm
sha512
Use the SHA-512 hashing algorithm (Since: 2.36)
sha384
Use the SHA-384 hashing algorithm (Since: 2.51)