This commit is contained in:
WolverinDEV
2019-07-07 14:05:44 +02:00
2 changed files with 13 additions and 6 deletions
+1
View File
@@ -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); \