1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-17 07:36:32 +09:00

Missing project added; various code cleanups

This commit is contained in:
lidgren
2010-05-14 17:12:26 +00:00
parent bf208b507a
commit 9577d4b4a6
31 changed files with 381 additions and 139 deletions

View File

@@ -39,7 +39,7 @@ using System.Security.Cryptography;
namespace Lidgren.Network
{
public class BigInteger
public sealed class BigInteger
{
/// <summary>
/// The Length of this BigInteger
@@ -1271,7 +1271,7 @@ namespace Lidgren.Network
/// <summary>
/// Low level functions for the BigInteger
/// </summary>
private sealed class Kernel
private static class Kernel
{
/// <summary>
/// Adds two numbers with the same sign.