Safe DDS
eprosima::safedds::portable Namespace Reference

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...
 

Variable Documentation

◆ BLOCK_SIZE

constexpr uint32_t eprosima::safedds::portable::BLOCK_SIZE = 64
constexpr

Size of a block.

◆ INITIAL_STATE_0

constexpr uint32_t eprosima::safedds::portable::INITIAL_STATE_0 = 0x67452301U
constexpr

Initial MD5 state: index 0.

◆ INITIAL_STATE_1

constexpr uint32_t eprosima::safedds::portable::INITIAL_STATE_1 = 0xEFCDAB89U
constexpr

Initial MD5 state: index 1.

◆ INITIAL_STATE_2

constexpr uint32_t eprosima::safedds::portable::INITIAL_STATE_2 = 0x98BADCFEU
constexpr

Initial MD5 state: index 2.

◆ INITIAL_STATE_3

constexpr uint32_t eprosima::safedds::portable::INITIAL_STATE_3 = 0x10325476U
constexpr

Initial MD5 state: index 3.