Vanilla.PDF  1.3.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 
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 {
27 
32 
37 
42 
47 
52 
57 
62 
67 
72 
77 
84 
90 
91 #ifdef __cplusplus
92 };
93 #endif
94 
95 #endif /* _C_MESSAGE_DIGEST_ALGORITHM_H */
WHIRLPOOL is a cryptographic hash function designed by Vincent Rijmen.
Definition: c_message_digest_algorithm.h:88
"null" message digest that does nothing: i.e. the hash it returns is of zero length.
Definition: c_message_digest_algorithm.h:31
The MD2 Message - Digest Algorithm is a cryptographic hash function developed by Ronald Rivest in 198...
Definition: c_message_digest_algorithm.h:36
MDC - 2 (Modification Detection Code 2, sometimes called Meyer - Schilling) is a cryptographic hash f...
Definition: c_message_digest_algorithm.h:76
SHA-2 (Secure Hash Algorithm 2) is a set of cryptographic hash functions designed by the United State...
Definition: c_message_digest_algorithm.h:61
MD5 is one in a series of message digest algorithms designed by Professor Ronald Rivest of MIT (Rives...
Definition: c_message_digest_algorithm.h:46
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:83
SHA-2 (Secure Hash Algorithm 2) is a set of cryptographic hash functions designed by the United State...
Definition: c_message_digest_algorithm.h:66
Default unset value, triggers error when used.
Definition: c_message_digest_algorithm.h:26
SHA-2 (Secure Hash Algorithm 2) is a set of cryptographic hash functions designed by the United State...
Definition: c_message_digest_algorithm.h:71
SHA-2 (Secure Hash Algorithm 2) is a set of cryptographic hash functions designed by the United State...
Definition: c_message_digest_algorithm.h:56
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:41
A 160-bit hash function which resembles the earlier MD5 algorithm.
Definition: c_message_digest_algorithm.h:51
MessageDigestAlgorithmType
Supported digest algorithms used as hash functions.
Definition: c_message_digest_algorithm.h:22