载入中...
搜索中...
未找到
HashFunction.h
浏览该文件的文档.
Definition HashFunction.h:15
static HashFunction * getHashFunction(std::string function)
Get a HashFunction instance for the given function.
Definition HashFunction.cpp:585
virtual bool isSupported(std::string function) const =0
virtual void hash(std::string function, const char *input, uint64_t length, Value &output) const =0
Hash the input, producing an set of bytes as output.
Definition Build.cpp:11