<PackageReference Include="SSH.NET" Version="2016.1.0-beta4" />
DigitalSignature
Base class for signature implementations
public abstract byte[]
Sign(
byte[]
input)
Creates the signature.
public abstract bool Verify(
byte[]
input,
byte[]
signature)
Verifies the signature.