add some cryptography stuff
This commit is contained in:
parent
3bc9811e25
commit
c0c42524de
7 changed files with 30 additions and 0 deletions
5
np.md
Normal file
5
np.md
Normal file
|
@ -0,0 +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
|
||||
- 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