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

CipherPadding

public abstract class CipherPadding
Base class for cipher padding implementations
protected CipherPadding()

public abstract byte[] Pad(int blockSize, byte[] input)

Pads specified input to match block size.