Method | Description | |
---|---|---|
Sign ( byte input ) : byte[] |
Creates the signature.
|
|
Verify ( byte input, byte signature ) : bool |
Verifies the signature.
|
public abstract Sign ( byte input ) : byte[] | ||
input | byte | The input. |
return | byte[] |
public abstract Verify ( byte input, byte signature ) : bool | ||
input | byte | The input. |
signature | byte | The signature. |
return | bool |