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