메소드 | 설명 | |
---|---|---|
CheckKeyConsistency ( ) : bool |
Check consistency of public key and private key.
|
|
EDDSAKeyPair ( |
Constructor
|
|
Sign ( byte data ) : byte[] |
Implements ISigner.
|
|
Verify ( byte signature, byte data ) : void |
Implements IVerifier.
|
public EDDSAKeyPair ( |
||
curve | curve | |
publicKey | public key | |
privateKey | byte | private key |
리턴 | System |