You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-15 14:46:29 +09:00
Warnings and minor inconsistencies fixed
This commit is contained in:
@@ -82,7 +82,7 @@ namespace Lidgren.Network
|
||||
/// String to hash for key
|
||||
/// </summary>
|
||||
public NetXtea(string key)
|
||||
: this(SHA1.Create().ComputeHash(Encoding.UTF8.GetBytes(key)), 32)
|
||||
: this(NetUtility.CreateSHA1Hash(key), 32)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user