<PackageReference Include="SSH.NET" Version="2020.0.2" />

Renci.SshNet.Security.Org.BouncyCastle.Utilities.Integers

abstract class 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(); } }