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