inner product
This commit is contained in:
parent
c0c42524de
commit
9416dd6214
10 changed files with 28 additions and 11 deletions
2
np.md
2
np.md
|
@ -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`$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue