메소드 | 설명 | |
---|---|---|
Sign ( byte input ) : byte[] |
Creates the signature.
|
|
Verify ( byte input, byte signature ) : bool |
Verifies the signature.
|
public abstract Verify ( byte input, byte signature ) : bool | ||
input | byte | The input. |
signature | byte | The signature. |
리턴 | bool |