This class provides an implementation for the MD5 Hash interface that is wrapper to the third party MD5 Library code developed by L.
More...
This class provides an implementation for the MD5 Hash interface that is wrapper to the third party MD5 Library code developed by L.
Peter Deutsch, ghost.nosp@m.@ala.nosp@m.ddin..nosp@m.com
#include <Md5Aladdin.h>
|
enum | { eDIGEST_LEN =16
} |
| Number of bytes in the digest. More...
|
|
typedef uint8_t | Digest_T[eDIGEST_LEN] |
| Digest/result of the hash.
|
|
◆ Md5Aladdin()
Cpl::Checksum::Md5Aladdin::Md5Aladdin |
( |
| ) |
|
|
noexcept |
◆ accumulate()
void Cpl::Checksum::Md5Aladdin::accumulate |
( |
const void * |
bytes, |
|
|
unsigned |
numbytes = 1 |
|
) |
| |
|
virtualnoexcept |
◆ finalize()
Digest_T & Cpl::Checksum::Md5Aladdin::finalize |
( |
Cpl::Text::String * |
convertToString = 0 , |
|
|
bool |
uppercase = true , |
|
|
bool |
append = false |
|
) |
| |
|
virtualnoexcept |
◆ reset()
void Cpl::Checksum::Md5Aladdin::reset |
( |
void |
| ) |
|
|
virtualnoexcept |
The documentation for this class was generated from the following file: