Use SHA512 checksums for ext. tool "permission" dialog

This commit is contained in:
YoshiRulz 2025-05-15 16:21:49 +10:00
parent 9de825bac3
commit 7c8c2c0a4b
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ namespace BizHawk.Client.EmuHawk
#if DEBUG
asmChecksum: string.Empty,
#else
asmChecksum: SHA1Checksum.ComputePrefixedHex(File.ReadAllBytes(fileName)),
asmChecksum: SHA512Checksum.ComputePrefixedHex(File.ReadAllBytes(fileName)),
#endif
asmFilename: fileName,
entryPointTypeName: entryPoint.FullName);