mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 19:54:15 +01:00
rough impl of FSW, goodbye periodic filescan
This commit is contained in:
parent
ac11ec087a
commit
6f397d9b12
11 changed files with 525 additions and 254 deletions
|
|
@ -47,8 +47,5 @@ public static class Crypto
|
|||
return _hashListSHA1[stringToCompute] =
|
||||
BitConverter.ToString(_sha1CryptoProvider.ComputeHash(Encoding.UTF8.GetBytes(stringToCompute))).Replace("-", "", StringComparison.Ordinal);
|
||||
}
|
||||
|
||||
|
||||
|
||||
#pragma warning restore SYSLIB0021 // Type or member is obsolete
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue