Skip to content
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