enum GLib::ChecksumType
Overview
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.
Defined in:
lib/gi-crystal/src/auto/g_lib-2.0/g_lib.crEnum Members
-
Md5 =
0_u32
-
Use the MD5 hashing algorithm
-
Sha1 =
1_u32
-
Use the SHA-1 hashing algorithm
-
Sha256 =
2_u32
-
Use the SHA-256 hashing algorithm
-
Sha512 =
3_u32
-
Use the SHA-512 hashing algorithm (Since: 2.36)
-
Sha384 =
4_u32
-
Use the SHA-384 hashing algorithm (Since: 2.51)