Skip to content

Commit 70e14db

Browse files
author
John
committed
Fixed formatting issue in Crypto.cs
1 parent c071bec commit 70e14db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Crypto.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
using System.Security.Cryptography;
55

6-
using Org.BouncyCastle.Crypto.Engines;
76
using Org.BouncyCastle.Crypto.Modes;
7+
using Org.BouncyCastle.Crypto.Engines;
88
using Org.BouncyCastle.Crypto.Parameters;
99

1010
namespace DOOMSaveManager
@@ -59,7 +59,7 @@ public static byte[] CalcProfileHash(byte[] data) {
5959
return FarmHash_Hash32(pfData);
6060
}
6161

62-
public static uint Mur(uint a, uint h) {
62+
private static uint Mur(uint a, uint h) {
6363
// Taken from https://github.com/google/farmhash/blob/master/src/farmhash.cc
6464

6565
a *= C1;

0 commit comments

Comments
 (0)