Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
DH_generate_key, DH_compute_key — perform Diffie-Hellman key exchangeSYNOPSIS
#include <openssl/dh.h>DH_generate_key(DH *dh);
DH_compute_key(unsigned char *key, BIGNUM *pub_key, DH *dh);