Nicolas Mora nicolas@babelouest.org writes:
I'm wondering if there is a function of a combination of functions to perform a DH computation using ECC keys and their parameters "struct ecc_point *pub1, struct ecc_scalar *key2"?
ecc_point_mul (declared in ecc.h) is intended to do that. There's also a variant ecc_point_mul_g.
But it seems they're not properly documented in the manual.
Regards, /Niels