mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Use SHA2 for hashing
This commit is contained in:
@ -44,7 +44,7 @@ namespace osu.Game.IO
|
||||
|
||||
public FileInfo Add(Stream data, string filename = null)
|
||||
{
|
||||
string hash = data.GetMd5Hash();
|
||||
string hash = data.GetSHA2Hash();
|
||||
|
||||
var info = new FileInfo
|
||||
{
|
||||
|
Reference in New Issue
Block a user