This website works better with JavaScript
홈
탐색
도움말
로그인
darkrenaissance
/
darkfi
Watch
2
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
080417bb3f
브랜치
태그
fees
master
openspec-review
darkfi
/
doc
/
src
/
glossary
/
glossary.md
glossary.md
1.2 KB
히스토리
Raw
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