1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-16 15:16:33 +09:00

Various encryption algorithms added; thanks shawn andrew rose

This commit is contained in:
lidgren
2011-04-25 15:25:35 +00:00
parent 19000f8036
commit 814cd1507d
6 changed files with 710 additions and 1 deletions

View File

@@ -72,9 +72,13 @@
<Compile Include="NetConnectionStatus.cs" />
<Compile Include="NetConstants.cs" />
<Compile Include="NetDeliveryMethod.cs" />
<Compile Include="Encryption\NetAESEncryption.cs" />
<Compile Include="NetException.cs" />
<Compile Include="Encryption\NetDESEncryption.cs" />
<Compile Include="Encryption\NetRC2Encryption.cs" />
<Compile Include="NetConnection.MTU.cs" />
<Compile Include="NetFragmentationHelper.cs" />
<Compile Include="Encryption\NetTripleDESEncryption.cs" />
<Compile Include="NetIncomingMessage.cs" />
<Compile Include="NetIncomingMessage.Peek.cs" />
<Compile Include="NetIncomingMessage.Read.cs" />