In ECDH, when two person wants to share private key, they first select a point G on elliptic curve and after that, each of them pick a random integer a and b, respectively, and multiply with G. After the multiplication each of them shares aG and bG with each other and after that, they multiply again using their keys a(bG) and b(aG), respectively, and creates a shared key between themselves. However, if one person wants to communicate with a group of person (more than 2) using a shared key utilizing ECDH, how he can use this method? because each of the person may choose different integer while establishing the key.

How to employ ECDH in key exchange with a group of people?

More Anik Islam Abhi's questions See All
Similar questions and discussions