You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-15 06:36:30 +09:00
Bug in reliability fixed
This commit is contained in:
@@ -13,7 +13,7 @@ namespace UnitTests
|
||||
//
|
||||
// Test XTEA
|
||||
//
|
||||
NetXtea xtea = new NetXtea(NetSha.Hash(Encoding.ASCII.GetBytes("TopSecret")));
|
||||
NetXtea xtea = new NetXtea("TopSecret");
|
||||
|
||||
byte[] original = new byte[16];
|
||||
NetRandom.Instance.NextBytes(original);
|
||||
|
||||
Reference in New Issue
Block a user