DigestAlgo
Description:
[ CCode ( cprefix = "GMIME_DIGEST_ALGO_" , has_type_id = false ) ]
public enum DigestAlgo
Content:
Enum values:
- CRC32 - The CRC32 hash algorithm.
- CRC32_RFC1510 - The rfc1510 CRC32
hash algorithm.
- CRC32_RFC2440 - The rfc2440 CRC32
hash algorithm.
- DEFAULT - The default hash algorithm.
- HAVAL5160 - The HAVAL-5-160 hash
algorithm.
- MD2 - The MD2 hash algorithm.
- MD4 - The MD4 hash algorithm.
- MD5 - The MD5 hash algorithm.
- RIPEMD160 - The RIPEMD-160 hash
algorithm.
- SHA1 - The SHA-1 hash algorithm.
- SHA224 - The SHA-224 hash algorithm.
- SHA256 - The SHA-256 hash algorithm.
- SHA384 - The SHA-384 hash algorithm.
- SHA512 - The SHA-512 hash algorithm.
- TIGER192 - The TIGER-192 hash algorithm.