Module: GLib::ChecksumType

Defined in:
(unknown)

Constant Summary collapse

MD5 =

Use the MD5 hashing algorithm

0 or :md5
SHA1 =

Use the SHA-1 hashing algorithm

1 or :sha1
SHA256 =

Use the SHA-256 hashing algorithm

2 or :sha256
SHA512 =

Use the SHA-512 hashing algorithm (Since: 2.36)

3 or :sha512
SHA384 =

Use the SHA-384 hashing algorithm (Since: 2.51)

4 or :sha384