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
Lots of XML comments added; documentation rebuilt
This commit is contained in:
@@ -23,6 +23,9 @@ using System.Security;
|
||||
|
||||
namespace Lidgren.Network
|
||||
{
|
||||
/// <summary>
|
||||
/// Methods to encrypt and decrypt data using the XTEA algorith
|
||||
/// </summary>
|
||||
public sealed class NetXtea
|
||||
{
|
||||
private const int m_blockSize = 8;
|
||||
|
||||
Reference in New Issue
Block a user