8 lines
105 B
C
8 lines
105 B
C
|
|
#pragma once
|
|
|
|
|
|
void XSSL_InitRandomSeed();
|
|
bool XSSL_GetRandomBytes( unsigned char* pBuf, int nSize );
|
|
|