|
CCF
|
#include <hash.h>
Inherits ccf::crypto::HashProvider.
Public Member Functions | |
| HashBytes | Hash (const uint8_t *data, size_t size, MDType type) const override |
Public Member Functions inherited from ccf::crypto::HashProvider | |
| virtual | ~HashProvider ()=default |
|
inlineoverridevirtual |
Generic Hash function
| data | The data to hash |
| size | The size of data |
| type | The type of hash to compute |
Implements ccf::crypto::HashProvider.