Files
Dmitry Okunev a40e246d7d fix bug
2025-10-10 13:52:46 +03:00

13 lines
339 B
C++

#ifndef SHAKEY_H
#define SHAKEY_H
#include<string>
namespace HashSM
{
std::wstring HashingAnnotation(std::wstring & wsAnnotation, const bool &bUnicodeConversionString = false);
bool HashComparison(const std::wstring& wsHashFirst,const std::wstring& wsHashSecond);
void RemovingSpaces(std::wstring& wsAnnotation);
}
#endif // SHAKEY_H