Go to the documentation of this file.
35 #include "../api_core.h"
36 #include "../System/cl_platform.h"
37 #include "../Text/string_types.h"
38 #include "../Math/sha1.h"
68 static CL_String8 sha1(
const void *data,
int size,
bool uppercase =
false);
91 static void sha1(
const void *data,
int size,
unsigned char out_hash[20]);
97 static void sha1(
const CL_StringRef8 &data,
unsigned char out_hash[20]);
103 static void sha1(
const CL_DataBuffer &data,
unsigned char out_hash[20]);