mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
9 lines
174 B
C++
9 lines
174 B
C++
#ifndef CLIENT_UTIL_HPP
|
|
#define CLIENT_UTIL_HPP
|
|
|
|
#include <cstdint>
|
|
|
|
void ChecksumExecutables(const uint8_t* challenge, uint32_t challengeLength, uint8_t* checksum);
|
|
|
|
#endif
|