Renci.SshNet.Security.Org.BouncyCastle.Utilities.Integers
namespace Renci.SshNet.Security.Org.BouncyCastle.Utilities
{
internal abstract class Integers
{
public static int RotateLeft(int i, int distance);
public static uint RotateLeft(uint i, int distance);
public static int RotateRight(int i, int distance);
public static uint RotateRight(uint i, int distance);
protected Integers();
}
}