This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
darkrenaissance
/
darkfi
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
d33fc7f3b1
Ramuri
Etichete
drk-tx-local
fees
master
darkfi
/
doc
/
src
/
glossary
/
glossary.md
glossary.md
1.1 KB
Istoric
Crud
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