Files
2026-06-01 12:46:52 +02:00

8 lines
105 B
C

#pragma once
void XSSL_InitRandomSeed();
bool XSSL_GetRandomBytes( unsigned char* pBuf, int nSize );