|
Safe DDS
|
Classes | |
| class | MD5 |
| Class to perform MD5 message-digest operations. More... | |
Variables | |
| constexpr uint32_t | BLOCK_SIZE = 64 |
| Size of a block. More... | |
| constexpr uint32_t | INITIAL_STATE_0 = 0x67452301U |
| Initial MD5 state: index 0. More... | |
| constexpr uint32_t | INITIAL_STATE_1 = 0xEFCDAB89U |
| Initial MD5 state: index 1. More... | |
| constexpr uint32_t | INITIAL_STATE_2 = 0x98BADCFEU |
| Initial MD5 state: index 2. More... | |
| constexpr uint32_t | INITIAL_STATE_3 = 0x10325476U |
| Initial MD5 state: index 3. More... | |
|
constexpr |
Size of a block.
|
constexpr |
Initial MD5 state: index 0.
|
constexpr |
Initial MD5 state: index 1.
|
constexpr |
Initial MD5 state: index 2.
|
constexpr |
Initial MD5 state: index 3.