Метод | Описание | |
---|---|---|
Curve25519KeyPair ( byte publicKey, byte privateKey ) : System.Security.Cryptography |
Create a curve 25519 keypair from a public and private keys.
|
|
getPrivateKey ( ) : byte[] |
Curve25519 private key
|
|
getPublicKey ( ) : byte[] |
Curve25519 public key
|
public Curve25519KeyPair ( byte publicKey, byte privateKey ) : System.Security.Cryptography | ||
publicKey | byte | 32 byte public key |
privateKey | byte | 32 byte private key |
Результат | System.Security.Cryptography |