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

2
np.md
View file

@ -1,5 +1,5 @@
# NP
- class of languages whose membership proofs can be verified in polynomial time
- the [[discrete-log|Discrete Log]] problem is an example of an NP problem
- the [[discrete-log]] problem is an example of an NP problem
- from $`g^x`$ in a finite field it is hard to compute $`\log_g\left(g^x\right)`$, but easy to check $`g^x = g^y`$ to validate a knowledge proof of $`x`$