Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To add LaTex PDF version of Plonk-intro-cn #22

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions plonk-intro-cn/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.ist
.acn
.aux
.bcf
.glo
.idx
.ilg
.ind
.log
.out
.mtc
.mtc0
21 changes: 21 additions & 0 deletions plonk-intro-cn/LaTeX-version/bib.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
@inproceedings{Marlin,
title={Marlin: Preprocessing zkSNARKs with universal and updatable SRS},
author={Chiesa, Alessandro and Hu, Yuncong and Maller, Mary and Mishra, Pratyush and Vesely, Noah and Ward, Nicholas},
booktitle={Advances in Cryptology--EUROCRYPT 2020: 39th Annual International Conference on the Theory and Applications of Cryptographic Techniques, Zagreb, Croatia, May 10--14, 2020, Proceedings, Part I 39},
pages={738--768},
year={2020},
organization={Springer}
}

% @online{addzk,
% title = {Adding zero knowledge to Plonk-Halo,
% author = {Daniel Lubarov},
% url = {https://mirprotocol.org/blog/Adding-zero-knowledge-to-Plonk-Halo},
% }

@article{Plonk,
title={Plonk: Permutations over lagrange-bases for oecumenical noninteractive arguments of knowledge},
author={Gabizon, Ariel and Williamson, Zachary J and Ciobotaru, Oana},
journal={Cryptology ePrint Archive},
year={2019}
}
Loading