15 #ifndef SERIALBOX_CORE_HASH_HASH_H 16 #define SERIALBOX_CORE_HASH_HASH_H 30 virtual const char*
name()
const noexcept = 0;
38 virtual std::string
hash(
const void* data,
int length) = 0;
virtual const char * name() const noexcept=0
Get identifier of the hash as used in the HashFactory.
Namespace of the serialbox library.
virtual std::string hash(const void *data, int length)=0
Compute hash.
Hash algorithm interface.