DiffieHellmanParameters Struct
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9147)
Contains the parameters for Diffie-Hellman algorithm.
Syntax
public struct DiffieHellmanParameters
Inherited Members
Fields
Name | Description |
---|---|
G | The generator used for the Diffie |
P | The prime modulus used for the Diffie |
X | The private key for the Diffie |
Y | The public key for the Diffie |