|
Safe DDS
|
Class to perform MD5 message-digest operations. More...
#include <MD5.hpp>
Public Member Functions | |
| MD5 () noexcept | |
| Constructor, initializes internal state. More... | |
| void | update (const memory::IConstByteArrayView &input) noexcept |
| Update current MD5 message-digest operation with a data buffer. More... | |
| void | finalize (const memory::IByteArrayView &output) noexcept |
| Ends the MD5 operation and returns the result. More... | |
Class to perform MD5 message-digest operations.
|
explicitnoexcept |
Constructor, initializes internal state.
|
noexcept |
|
noexcept |
Update current MD5 message-digest operation with a data buffer.
| [in] | input | const input buffer. |