Method | Description | |
---|---|---|
EDDSAPublicKey ( |
Constructor
|
|
Verify ( byte signature, byte data ) : void |
Verifies signature with this public key
|
|
WriteTo ( IKeyWriter writer ) : void |
Method | Description | |
---|---|---|
ReadFrom ( PublicKeyAlgorithm algorithm, Granados.IO.SSH2.SSH2DataReader reader ) : |
public EDDSAPublicKey ( |
||
curve | curve | |
publicKey | byte | public key |
return | System |
public Verify ( byte signature, byte data ) : void | ||
signature | byte | signature |
data | byte | data |
return | void |