Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/build-latex.yml
Comment thread
ahtotruu marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
tag: latest
name: "Unicity Infrastructure - the Aggregation Layer technical report"
body: |
📄 This release contains the latest compiled version of the Unicity Infrastructure - the Aggregation Layer technical report.
- This release contains the latest compiled version of the Unicity Infrastructure - the Aggregation Layer technical report.
- Date: ${{ env.release_date }}
- Commit: ${{ env.sha_short }}
artifacts: aggregation-layer.pdf
Expand Down
67 changes: 37 additions & 30 deletions aggregation-layer.bib
Original file line number Diff line number Diff line change
@@ -1,68 +1,75 @@
@misc{wp,
author = {The Unicity Developers},
author = {{The Unicity Developers}},
title = {Unicity Whitepaper},
year = {2025},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/unicitynetwork/whitepaper-tex/releases/tag/latest}}
publisher = {{GitHub}},
journal = {{GitHub} repository},
howpublished = {\url{https://github.com/unicitynetwork/whitepaper/releases/tag/latest}}
}


@misc{snark,
author = {ristik},
title = {Trustless SMT accumulator},
title = {Trustless {SMT} accumulator},
year = {2025},
publisher = {GitHub},
journal = {GitHub repository},
publisher = {{GitHub}},
journal = {{GitHub} repository},
howpublished = {\url{https://github.com/unicitynetwork/nd-smt}}
}

@misc{stark,
author = {ristik},
title = {SP1 zkVM based consistency proof},
title = {{SP1} {zkVM}-Based Consistency Proof},
year = {2025},
publisher = {GitHub},
journal = {GitHub repository},
publisher = {{GitHub}},
journal = {{GitHub} repository},
howpublished = {\url{https://github.com/unicitynetwork/zkvm-ndsmt}}
}

@misc{randomx,
author = {Tevador},
title = {RandomX: Experimental proof of work algorithm based on random code execution},
title = {{RandomX}: Experimental Proof-of-Work Algorithm Based on Random Code Execution},
year = {2025},
publisher = {GitHub},
journal = {GitHub repository},
publisher = {{GitHub}},
journal = {{GitHub} repository},
howpublished = {\url{https://github.com/tevador/RandomX}}
}

@misc{sp1,
author = {Succinct Labs},
title = {SP1},
author = {{Succinct Labs}},
title = {{SP1}},
year = {2025},
publisher = {GitHub},
journal = {GitHub repository},
publisher = {{GitHub}},
journal = {{GitHub} repository},
howpublished = {\url{https://github.com/succinctlabs/sp1}}
}

@misc{cryptoeprint:2018/046,
author = {Eli Ben-Sasson and Iddo Bentov and Yinon Horesh and Michael Riabzev},
title = {Scalable, transparent, and post-quantum secure computational integrity},
howpublished = {Cryptology {ePrint} Archive, Paper 2018/046},
year = {2018},
url = {https://eprint.iacr.org/2018/046}
author = {Eli Ben-Sasson and Iddo Bentov and Yinon Horesh and Michael Riabzev},
title = {Scalable, Transparent, and Post-Quantum Secure Computational Integrity},
howpublished = {Cryptology {ePrint} Archive, Paper 2018/046},
year = {2018},
url = {https://eprint.iacr.org/2018/046}
}

@misc{cryptoeprint:2024/278,
author = {Ulrich Haböck and David Levit and Shahar Papini},
title = {Circle {STARKs}},
howpublished = {Cryptology {ePrint} Archive, Paper 2024/278},
year = {2024},
url = {https://eprint.iacr.org/2024/278}
author = {Ulrich Haböck and David Levit and Shahar Papini},
title = {Circle {STARKs}},
howpublished = {Cryptology {ePrint} Archive, Paper 2024/278},
year = {2024},
url = {https://eprint.iacr.org/2024/278}
}

@misc{cryptoeprint:2016/260,
author = {Jens Groth},
title = {On the Size of Pairing-Based Non-Interactive Arguments},
howpublished = {Cryptology {ePrint} Archive, Paper 2016/260},
year = {2016},
url = {https://eprint.iacr.org/2016/260}
}

@article{bitcoin,
author = {Nakamoto, Satoshi},
author = {Satoshi Nakamoto},
title = {Bitcoin: A Peer-to-Peer Electronic Cash System},
url = {http://www.bitcoin.org/bitcoin.pdf},
year = 2009
}
}
Loading