Add paper-notes backup

This commit is contained in:
arnaucube
2022-06-11 22:07:19 +02:00
parent 17a83ba1f3
commit 7978531260
6 changed files with 239 additions and 8 deletions

25
paper-notes.bib Normal file
View File

@@ -0,0 +1,25 @@
@misc{cryptoeprint:2021/529,
author = {Nicolas Gailly and Mary Maller and Anca Nitulescu},
title = {SnarkPack: Practical SNARK Aggregation},
howpublished = {Cryptology ePrint Archive, Paper 2021/529},
year = {2021},
note = {\url{https://eprint.iacr.org/2021/529}},
url = {https://eprint.iacr.org/2021/529}
}
@misc{cryptoeprint:2019/099,
author = {Mary Maller and Sean Bowe and Markulf Kohlweiss and Sarah Meiklejohn},
title = {Sonic: Zero-Knowledge SNARKs from Linear-Size Universal and Updateable Structured Reference Strings},
howpublished = {Cryptology ePrint Archive, Paper 2019/099},
year = {2019},
note = {\url{https://eprint.iacr.org/2019/099}},
url = {https://eprint.iacr.org/2019/099}
}
@misc{kzg-tmp,
author = {A. Kate and G. M. Zaverucha and and I. Goldberg},
title = {Constant-size commitments to polynomials and their application},
year = {2010},
note = {\url{https://www.iacr.org/archive/asiacrypt2010/6477178/6477178.pdf}},
url = {https://www.iacr.org/archive/asiacrypt2010/6477178/6477178.pdf}
}