File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ struct RNFSManager final
166
166
167
167
constexpr static int64_t UNIX_EPOCH_IN_WINRT_INTERVAL = 11644473600 * 10000000 ;
168
168
169
- const std::map <std::string, std::function<CryptographyCore::HashAlgorithmProvider()>> availableHashes{
169
+ const std::unordered_map <std::string, std::function<CryptographyCore::HashAlgorithmProvider()>> availableHashes{
170
170
{" md5" , []() { return CryptographyCore::HashAlgorithmProvider::OpenAlgorithm (CryptographyCore::HashAlgorithmNames::Md5 ()); } },
171
171
{" sha1" , []() { return CryptographyCore::HashAlgorithmProvider::OpenAlgorithm (CryptographyCore::HashAlgorithmNames::Sha1 ()); } },
172
172
{" sha256" , []() { return CryptographyCore::HashAlgorithmProvider::OpenAlgorithm (CryptographyCore::HashAlgorithmNames::Sha256 ()); } },
You can’t perform that action at this time.
0 commit comments