|
BuildCache
|
A helper class for storing the data hash. More...
#include <hasher.hpp>
Public Member Functions | |
| uint8_t * | data () |
| const uint8_t * | data () const |
| std::string | as_string () const |
| Convert a hash to a hexadecimal string. More... | |
Static Public Attributes | |
| static const size_t | SIZE = 16U |
Private Attributes | |
| uint8_t | m_data [SIZE] {} |
A helper class for storing the data hash.
| std::string bcache::hasher_t::hash_t::as_string | ( | ) | const |
Convert a hash to a hexadecimal string.
1.8.17