<PackageReference Include="SSH.NET" Version="2016.0.0-beta1" />
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.