ECDH
The Setup
Alice = random()
AlicePub = Alice * GeneratorPoint
Bob = random()
BobPub = Bob * GeneratorPointAliceSecret = Alice * BobPub
BobSecret = Bob * AlicePubAlicePub (Alice * GeneratorPoint) * Bob = BobPub (Bob * GeneratorPoint) * AliceAlice * Bob * GeneratorPoint
Bob * Alice * GeneratorPointPractical Demonstration
Last updated
Was this helpful?

