diff options
Diffstat (limited to 'src/core/stdcrypt/commonheaders.h')
-rw-r--r-- | src/core/stdcrypt/commonheaders.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/stdcrypt/commonheaders.h b/src/core/stdcrypt/commonheaders.h index f89df739dd..37168497d8 100644 --- a/src/core/stdcrypt/commonheaders.h +++ b/src/core/stdcrypt/commonheaders.h @@ -76,3 +76,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "stdcrypt.h"
extern HINSTANCE hInst;
+
+bool getRandomBytes(BYTE *buf, size_t bufLen);
+void slow_hash(const void *buf, size_t bufLen, BYTE tmpHash[32]);
|