7int32 hostIdPlatformInit(
Digest* shactx);
10int32 hostIdPlatformInitFallback(
Digest* shactx);
12#if defined(_PLATFORM_WIN)
13#include "cx/platform/win/win_hostid.h"
14#elif defined (_PLATFORM_UNIX)
15#include "cx/platform/unix/unix_hostid.h"
16#elif defined (_PLATFORM_WASM)
17#include "cx/platform/wasm/wasm_hostid.h"
Compiler and platform detection macros.
Message digest (hash) functions.
Stable host identification system.