Skip to content

Commit 33813e0

Browse files
committed
SHA384 -> MD5
[skip ci]
1 parent 58309d0 commit 33813e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/ViewModels/Properties/HashesViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public async Task<bool> CompareFileAsync()
185185
if (file is not null)
186186
{
187187
var selectedFileHash = await CalculateFileHashAsync(file.Path);
188-
var compare = CompareHash("SHA384", selectedFileHash);
188+
var compare = CompareHash("MD5", selectedFileHash);
189189

190190
return compare;
191191
}

0 commit comments

Comments
 (0)