counting number of opérations hash and encryption/decryption in handshake DTLS

If your question is related to Phoenix or Nerves, please post it in the Phoenix or Nerves Questions / Help section. Thanks!
Hi,
please i would count the numbers of operations hash and encryption/decryption in handshake dtls , i need detailed principle for flights dtls.
best regards

Hi and welcome to the forum!

I have to admit, I have no idea about encryption, so I will let other people answer your question. Just a few suggestions regarding your post:

  • I think you accidentally put the disclaimer If your question is related to Phoenix or Nerve... in, you can delete that
  • People want to help you, but usually it is very hard without any code to look at. Maybe you could add the most important part of your code as it is right now, and give an example (maybe in pseudo code) of what you would like to accomplish
  • It’s always a good idea to add your tech stack: are you using phoenix, or not even a web-app? Is the message going through a regular old HTTP request? Where in the process do you want to do this?