Vanilla.PDF  1.5.1
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 
4 #include "vanillapdf/c_export.h"
5 #include "vanillapdf/c_handles.h"
6 #include "vanillapdf/c_values.h"
7 
8 #ifdef __cplusplus
9 extern "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 */
WHIRLPOOL is a cryptographic hash function designed by Vincent Rijmen.
Definition: c_message_digest_algorithm.h:89
"null" message digest that does nothing: i.e. the hash it returns is of zero length.
Definition: c_message_digest_algorithm.h:32
The MD2 Message - Digest Algorithm is a cryptographic hash function developed by Ronald Rivest in 198...
Definition: c_message_digest_algorithm.h:37
MDC - 2 (Modification Detection Code 2, sometimes called Meyer - Schilling) is a cryptographic hash f...
Definition: c_message_digest_algorithm.h:77
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
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
This file contains all type forward declarations returned by the library API.
RIPEMD (RACE Integrity Primitives Evaluation Message Digest) is an improved, 160-bit version of the o...
Definition: c_message_digest_algorithm.h:84
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
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
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
This file contains macro declarations for importing and exporting symbols from library boundaries...
This file contains types and constants used as parameters or return values.
The MD4 Message - Digest Algorithm is a cryptographic hash function developed by Ronald Rivest in 199...
Definition: c_message_digest_algorithm.h:42
Undefined unitialized default value, triggers error when used.
Definition: c_message_digest_algorithm.h:27
A 160-bit hash function which resembles the earlier MD5 algorithm.
Definition: c_message_digest_algorithm.h:52
MessageDigestAlgorithmType
Supported digest algorithms used as hash functions.
Definition: c_message_digest_algorithm.h:22