You've already forked lidgren-network-gen3
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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user