A helper class used by the Md5Imp::digest implementation to represent a 64-character data block.
More...
|
| block (const std::string &s, small_t block_offset, big_t end_value) |
|
big_t | X (small_t) const |
|
| block (const block &)=delete |
|
| block (block &&)=delete |
|
void | operator= (const block &)=delete |
|
void | operator= (block &&)=delete |
|
|
static big_t | end (small_t data_length) |
|
static small_t | blocks (small_t data_length) |
|
A helper class used by the Md5Imp::digest implementation to represent a 64-character data block.
Definition at line 127 of file gmd5.cpp.
◆ block()
G::Md5Imp::block::block |
( |
const std::string & |
s, |
|
|
small_t |
block_offset, |
|
|
big_t |
end_value |
|
) |
| |
◆ blocks()
G::Md5Imp::small_t G::Md5Imp::block::blocks |
( |
small_t |
data_length | ) |
|
|
static |
◆ end()
G::Md5Imp::big_t G::Md5Imp::block::end |
( |
small_t |
data_length | ) |
|
|
static |
◆ X()
G::Md5Imp::big_t G::Md5Imp::block::X |
( |
small_t |
dword_index | ) |
const |
The documentation for this class was generated from the following file:
- /usr/src/slapt-src-x86_64/network/emailrelay/emailrelay-2.3/src/glib/gmd5.cpp