You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

142 lines
5.6 KiB

  1. @misc{cryptoeprint:2021/529,
  2. author = {Nicolas Gailly and Mary Maller and Anca Nitulescu},
  3. title = {SnarkPack: Practical SNARK Aggregation},
  4. howpublished = {Cryptology ePrint Archive, Paper 2021/529},
  5. year = {2021},
  6. note = {\url{https://eprint.iacr.org/2021/529}},
  7. url = {https://eprint.iacr.org/2021/529}
  8. }
  9. @misc{cryptoeprint:2019/099,
  10. author = {Mary Maller and Sean Bowe and Markulf Kohlweiss and Sarah Meiklejohn},
  11. title = {Sonic: Zero-Knowledge SNARKs from Linear-Size Universal and Updateable Structured Reference Strings},
  12. howpublished = {Cryptology ePrint Archive, Paper 2019/099},
  13. year = {2019},
  14. note = {\url{https://eprint.iacr.org/2019/099}},
  15. url = {https://eprint.iacr.org/2019/099}
  16. }
  17. @misc{kzg-tmp,
  18. author = {A. Kate and G. M. Zaverucha and and I. Goldberg},
  19. title = {Constant-size commitments to polynomials and their application},
  20. year = {2010},
  21. note = {\url{https://www.iacr.org/archive/asiacrypt2010/6477178/6477178.pdf}},
  22. url = {https://www.iacr.org/archive/asiacrypt2010/6477178/6477178.pdf}
  23. }
  24. @misc{bls-sig-eth2,
  25. author = {Eth2.0},
  26. title = {Eth2.0 book - BLS signatures},
  27. year = {2010},
  28. note = {\url{https://eth2book.info/altair/part2/building_blocks/signatures}},
  29. url = {https://eth2book.info/altair/part2/building_blocks/signatures}
  30. }
  31. @misc{cryptoeprint:2019/1021,
  32. author = {Sean Bowe and Jack Grigg and Daira Hopwood},
  33. title = {Recursive Proof Composition without a Trusted Setup},
  34. howpublished = {Cryptology ePrint Archive, Paper 2019/1021},
  35. year = {2019},
  36. note = {\url{https://eprint.iacr.org/2019/1021}},
  37. url = {https://eprint.iacr.org/2019/1021}
  38. }
  39. @misc{cryptoeprint:2022/621,
  40. author = {Arantxa Zapico and Vitalik Buterin and Dmitry Khovratovich and Mary Maller and Anca Nitulescu and Mark Simkin},
  41. title = {Caulk: Lookup Arguments in Sublinear Time},
  42. howpublished = {Cryptology ePrint Archive, Paper 2022/621},
  43. year = {2022},
  44. note = {\url{https://eprint.iacr.org/2022/621}},
  45. url = {https://eprint.iacr.org/2022/621}
  46. }
  47. @misc{cryptoeprint:2022/957,
  48. author = {Jim Posen and Assimakis A. Kattis},
  49. title = {Caulk+: Table-independent lookup arguments},
  50. howpublished = {Cryptology ePrint Archive, Paper 2022/957},
  51. year = {2022},
  52. note = {\url{https://eprint.iacr.org/2022/957}},
  53. url = {https://eprint.iacr.org/2022/957}
  54. }
  55. @misc{fri,
  56. author = {Eli Ben-Sasson and Iddo Bentov and Yinon Horesh and Michael Riabzev},
  57. title = {Fast Reed-Solomon Interactive Oracle Proofs of Proximity},
  58. year = {2018},
  59. note = {\url{https://eccc.weizmann.ac.il/report/2017/134/}},
  60. url = {https://eccc.weizmann.ac.il/report/2017/134/}
  61. }
  62. @misc{cryptoeprint:2022/1216,
  63. author = {Ulrich Haböck},
  64. title = {A summary on the FRI low degree test},
  65. howpublished = {Cryptology ePrint Archive, Paper 2022/1216},
  66. year = {2022},
  67. note = {\url{https://eprint.iacr.org/2022/1216}},
  68. url = {https://eprint.iacr.org/2022/1216}
  69. }
  70. @misc{cryptoeprint:2019/1020,
  71. author = {Alexander Vlasov and Konstantin Panarin},
  72. title = {Transparent Polynomial Commitment Scheme with Polylogarithmic Communication Complexity},
  73. howpublished = {Cryptology ePrint Archive, Paper 2019/1020},
  74. year = {2019},
  75. note = {\url{https://eprint.iacr.org/2019/1020}},
  76. url = {https://eprint.iacr.org/2019/1020}
  77. }
  78. @misc{cryptoeprint:2024/390,
  79. author = {Gal Arnon and Alessandro Chiesa and Giacomo Fenzi and Eylon Yogev},
  80. title = {{STIR}: Reed–Solomon Proximity Testing with Fewer Queries},
  81. howpublished = {Cryptology {ePrint} Archive, Paper 2024/390},
  82. year = {2024},
  83. note = {\url{https://eprint.iacr.org/2024/390}},
  84. url = {https://eprint.iacr.org/2024/390}
  85. }
  86. @misc{cryptoeprint:2021/370,
  87. author = {Abhiram Kothapalli and Srinath Setty and Ioanna Tzialla},
  88. title = {Nova: Recursive Zero-Knowledge Arguments from Folding Schemes},
  89. howpublished = {Cryptology ePrint Archive, Paper 2021/370},
  90. year = {2021},
  91. note = {\url{https://eprint.iacr.org/2021/370}},
  92. url = {https://eprint.iacr.org/2021/370}
  93. }
  94. @misc{vincenzoiovino,
  95. title = {{Vincenzo Iovino}},
  96. note = {\url{https://sites.google.com/site/vincenzoiovinoit/}},
  97. url = {https://sites.google.com/site/vincenzoiovinoit/}
  98. }
  99. @misc{hectormasipardevol,
  100. title = {{Héctor Masip Ardevol}},
  101. note = {\url{https://hecmas.github.io}},
  102. url = {https://hecmas.github.io}
  103. }
  104. @misc{fri-impl,
  105. note = {\url{https://github.com/arnaucube/fri-commitment}},
  106. url = {https://github.com/arnaucube/fri-commitment}
  107. }
  108. @misc{cryptoeprint:2019/550,
  109. author = {Srinath Setty},
  110. title = {Spartan: Efficient and general-purpose zkSNARKs without trusted setup},
  111. howpublished = {Cryptology ePrint Archive, Paper 2019/550},
  112. year = {2019},
  113. note = {\url{https://eprint.iacr.org/2019/550}},
  114. url = {https://eprint.iacr.org/2019/550}
  115. }
  116. @misc{cryptoeprint:2023/552,
  117. author = {Srinath Setty and Justin Thaler and Riad Wahby},
  118. title = {Customizable constraint systems for succinct arguments},
  119. howpublished = {Cryptology ePrint Archive, Paper 2023/552},
  120. year = {2023},
  121. note = {\url{https://eprint.iacr.org/2023/552}},
  122. url = {https://eprint.iacr.org/2023/552}
  123. }
  124. @misc{cryptoeprint:2023/573,
  125. author = {Abhiram Kothapalli and Srinath Setty},
  126. title = {HyperNova: Recursive arguments for customizable constraint systems},
  127. howpublished = {Cryptology ePrint Archive, Paper 2023/573},
  128. year = {2023},
  129. note = {\url{https://eprint.iacr.org/2023/573}},
  130. url = {https://eprint.iacr.org/2023/573}
  131. }