mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
6 lines
140 B
C++
6 lines
140 B
C++
#include "client/Util.hpp"
|
|
|
|
void ChecksumExecutables(const uint8_t* challenge, uint32_t challengeLength, uint8_t* checksum) {
|
|
// TODO
|
|
}
|