hello everybody,
is there any way to generate an ecdh key with javascript in a browser and with c on a backend?
how are the common secrets calculated? im trying to get a edch shared secret in a browser and on a backend without using subtle on the backend itself?
thx