1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Windows: Fix Streebog not recognized by /hash command line switch but making hash names matching more generic.

This commit is contained in:
Mounir IDRASSI
2017-01-10 05:25:49 +01:00
parent e3d5077939
commit e831198b3b
4 changed files with 26 additions and 19 deletions

View File

@@ -363,7 +363,9 @@ BOOL EAIsModeSupported (int ea, int testedMode);
#ifndef TC_WINDOWS_BOOT
const wchar_t *HashGetName (int hash_algo_id);
#ifdef _WIN32
int HashGetIdByName (wchar_t *name);
#endif
Hash *HashGet (int id);
void HashGetName2 (wchar_t *buf, int hashId);
BOOL HashIsDeprecated (int hashId);