inner product

This commit is contained in:
Aly 2025-09-12 09:37:24 -06:00
parent c0c42524de
commit 9416dd6214
10 changed files with 28 additions and 11 deletions

View file

@ -1,4 +1,4 @@
# Computational DiffieHellman
- computational version of [[decisional-diffie-hellman|Decisional DiffieHellman]]
- computational version of [[decisional-diffie-hellman]]
- given a generator $`g`$ and uniformly selected $`\left(g^a, g^b\right)`$, compute $`g^{ab}`$