mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-13 12:33:01 +03:00
move classes to portable server lib
This commit is contained in:
@@ -7,6 +7,7 @@ namespace MediaBrowser.Model.Cryptography
|
||||
{
|
||||
Guid GetMD5(string str);
|
||||
byte[] GetMD5Bytes(string str);
|
||||
byte[] GetSHA1Bytes(byte[] bytes);
|
||||
byte[] GetMD5Bytes(Stream str);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user