4 lines
186 B
Markdown
4 lines
186 B
Markdown
# Computational Diffie–Hellman
|
||
|
||
- computational version of [[decisional-diffie-hellman]]
|
||
- given a generator $`g`$ and uniformly selected $`\left(g^a, g^b\right)`$, compute $`g^{ab}`$
|