1
0
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:
lidgren
2010-05-24 05:25:50 +00:00
parent 7ca55a81e7
commit 2b5967794e
3 changed files with 10 additions and 3 deletions

View File

@@ -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);