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
ECDH_compute_key, ECDH_size — Elliptic Curve Diffie-Hellman key exchangeSYNOPSIS
#include <openssl/ec.h>ECDH_compute_key(void *out, size_t outlen, const EC_POINT *public_key, EC_KEY *ecdh, void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen));
ECDH_size(const EC_KEY *ecdh);