CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
HashTest.h
Go to the documentation of this file.
1
5// //////////////////////////////////////////////////////////
6// hash/HashTest.h
7// Unit test entry point for the hash library (md5, sha1, sha256,
8// crc32, sha3, keccak). Implemented in src/hash/HashTest.cpp.
9//
10
11#pragma once
12
13namespace cmlabs {
14
17bool Hash_UnitTest();
18
19} // namespace cmlabs
bool Hash_UnitTest()
Exercise the hash classes against known test vectors.
Definition HashTest.cpp:52