Search found 1 match

by macman
Wed May 15, 2024 7:09 am
Forum: ESP-IDF
Topic: ECDH support needed
Replies: 0
Views: 492

ECDH support needed

I want to implement ECDH and the documentation is to me a bit unclear. Using an ESP32-S3 I want to exchange a key with ECDH and a server that is running a python script that is communicating over MQTT. I have difficulties how to send the key to the python server and at the python server calculate th...