- wrote diffie_hellman_t but not tested
This commit is contained in:
@@ -53,6 +53,8 @@ struct gmp_helper_s {
|
||||
status_t (*init_prime) (gmp_helper_t *this, mpz_t *var, int bytes);
|
||||
|
||||
/* Convert network form (binary bytes, big-endian) to mpz_t of gmp library.
|
||||
*
|
||||
* mpz_t gets initialized in this function.
|
||||
*
|
||||
* @param this calling private_gmp_helper_t object
|
||||
* @param mpz_value pointer to a mpz_t value
|
||||
|
||||
Reference in New Issue
Block a user