Merge branch 'master' of https://git.did.science/WolverinDEV/TeaSpeak-SharedLib into HEAD
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
} \
|
||||
\
|
||||
inline std::string name(const char* input, int64_t length = -1) { \
|
||||
if(length == -1) length = strlen(input); \
|
||||
uint8_t result[digestLength]; \
|
||||
tomcrypt::name(input, length, result); \
|
||||
return std::string((const char*) result, digestLength); \
|
||||
|
||||
Reference in New Issue
Block a user