Vanilla.PDF  1.6.0
Cross-platform toolkit for creating and modifying PDF documents
c_message_digest_algorithm.h
Go to the documentation of this file.
1#ifndef _C_MESSAGE_DIGEST_ALGORITHM_H
2#define _C_MESSAGE_DIGEST_ALGORITHM_H
3
7
8#ifdef __cplusplus
9extern "C"
10{
11#endif
12
22 typedef enum {
23
28
33
38
43
48
53
58
63
68
73
78
85
91
92#ifdef __cplusplus
93};
94#endif
95
96#endif /* _C_MESSAGE_DIGEST_ALGORITHM_H */
This file contains macro declarations for importing and exporting symbols from library boundaries.
This file contains all type forward declarations returned by the library API.
This file contains types and constants used as parameters or return values.
MessageDigestAlgorithmType
Supported digest algorithms used as hash functions.
Definition: c_message_digest_algorithm.h:22
@ MessageDigestAlgorithmType_MD5
MD5 is one in a series of message digest algorithms designed by Professor Ronald Rivest of MIT (Rives...
Definition: c_message_digest_algorithm.h:47
@ MessageDigestAlgorithmType_MD4
The MD4 Message - Digest Algorithm is a cryptographic hash function developed by Ronald Rivest in 199...
Definition: c_message_digest_algorithm.h:42
@ MessageDigestAlgorithmType_SHA1
A 160-bit hash function which resembles the earlier MD5 algorithm.
Definition: c_message_digest_algorithm.h:52
@ MessageDigestAlgorithmType_SHA512
SHA-2 (Secure Hash Algorithm 2) is a set of cryptographic hash functions designed by the United State...
Definition: c_message_digest_algorithm.h:72
@ MessageDigestAlgorithmType_SHA384
SHA-2 (Secure Hash Algorithm 2) is a set of cryptographic hash functions designed by the United State...
Definition: c_message_digest_algorithm.h:67
@ MessageDigestAlgorithmType_SHA256
SHA-2 (Secure Hash Algorithm 2) is a set of cryptographic hash functions designed by the United State...
Definition: c_message_digest_algorithm.h:62
@ MessageDigestAlgorithmType_WHIRLPOOL
WHIRLPOOL is a cryptographic hash function designed by Vincent Rijmen.
Definition: c_message_digest_algorithm.h:89
@ MessageDigestAlgorithmType_MDNULL
"null" message digest that does nothing: i.e. the hash it returns is of zero length.
Definition: c_message_digest_algorithm.h:32
@ MessageDigestAlgorithmType_Undefined
Undefined unitialized default value, triggers error when used.
Definition: c_message_digest_algorithm.h:27
@ MessageDigestAlgorithmType_MDC2
MDC - 2 (Modification Detection Code 2, sometimes called Meyer - Schilling) is a cryptographic hash f...
Definition: c_message_digest_algorithm.h:77
@ MessageDigestAlgorithmType_RIPEMD160
RIPEMD (RACE Integrity Primitives Evaluation Message Digest) is an improved, 160-bit version of the o...
Definition: c_message_digest_algorithm.h:84
@ MessageDigestAlgorithmType_MD2
The MD2 Message - Digest Algorithm is a cryptographic hash function developed by Ronald Rivest in 198...
Definition: c_message_digest_algorithm.h:37
@ MessageDigestAlgorithmType_SHA224
SHA-2 (Secure Hash Algorithm 2) is a set of cryptographic hash functions designed by the United State...
Definition: c_message_digest_algorithm.h:57