add some cryptography stuff

This commit is contained in:
Aly 2025-09-12 09:16:05 -06:00
parent 3bc9811e25
commit c0c42524de
7 changed files with 30 additions and 0 deletions

View file

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