Searched defs:dh_keypair (Results 1 – 1 of 1) sorted by relevance
142 struct dh_keypair { struct143 struct bignum *g; /* Generator of Z_p (shared) */144 struct bignum *p; /* Prime modulus (shared) */145 struct bignum *x; /* Private key */146 struct bignum *y; /* Public key y = g^x */152 struct bignum *q; /* x must be in the range [2, q-2] */153 uint32_t xbits; /* Number of bits in the private key */
Completed in 3 milliseconds