This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
darkrenaissance
/
darkfi
Figyelés
2
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
f4d2a6ddab
Branch-ok
Tag-ek
drk-tx-local
fees
master
darkfi
/
doc
/
src
/
glossary
/
glossary.md
glossary.md
1.1 KB
Előzmények
Nyers
Glossary
Pedersen commitment: a hiding and binding commitment scheme that takes a value and produces an elliptic curve point representing the commitment
Explainer
zkas: the programming language in which you can write zk circuits
zkas compiler
An example circuit written in zkas
zkvm: the virtual machine in which zkas circuit binary is run
it runs during proof generation
Rust example
Python example
zkrunner: a Python script which allows you, instead of providing circuit, witness, public inputs and code to generate/verify proof, you provide circuit, witness
Example