ipfs-chromium
|
#include <library/include/ipfs_client/crypto/hasher.h>
Public Member Functions | |
virtual std::optional< std::vector< Byte > > | hash (ByteView bytes)=0 |
Base for hash algorithms
|
pure virtual |
bytes | Bytes to hash |
Implemented in ipfs::crypto::OpensslSha2_256.