88
88
89
89
< nav id ="sidebar " class ="sidebar " aria-label ="Table of contents ">
90
90
< div class ="sidebar-scrollbox ">
91
- < ol class ="chapter "> < li class ="chapter-item "> < a href ="index.html "> Introduction</ a > </ li > < li class ="chapter-item "> < a href ="quickstart.html "> Prism Quickstart</ a > </ li > < li class ="chapter-item expanded "> < a href ="architecture.html " class ="active "> Architecture</ a > </ li > < li class ="chapter-item "> < a href ="datastructures.html "> Datastructures</ a > </ li > < li class ="chapter-item "> < a href ="labels.html "> Account Sources</ a > </ li > < li class ="chapter-item "> < a href ="state.html "> Development Status</ a > </ li > < li class ="chapter-item affix "> < li class ="spacer "> </ li > < li class ="chapter-item affix "> < li class ="part-title "> Prerequites</ li > < li class ="chapter-item "> < a href ="insert-update-proofs.html "> Inserts and Updates</ a > </ li > < li class ="chapter-item "> < a href ="jellyfish-merkle-proofs.html "> Jellyfish Merkle Proofs</ a > </ li > < li class ="chapter-item "> < a href ="crypto-intro/intro.html "> Introduction to Cryptography</ a > < a class ="toggle "> < div > ❱</ div > </ a > </ li > < li > < ol class ="section "> < li class ="chapter-item "> < a href ="crypto-intro/symmetric.html "> Symmetric Encryption</ a > </ li > < li class ="chapter-item "> < a href ="crypto-intro/asymmetric.html "> Asymmetric Encryption</ a > </ li > < li class ="chapter-item "> < a href ="crypto-intro/hybrid.html "> Hybrid Encryption</ a > </ li > < li class ="chapter-item "> < a href ="crypto-intro/hash-functions.html "> Hash Functions</ a > </ li > < li class ="chapter-item "> < a href ="crypto-intro/merkle-trees.html "> Merkle Trees</ a > </ li > < li class ="chapter-item "> < a href ="crypto-intro/cryptographic_commitment.html "> Cryptographic Commitments</ a > </ li > < li class ="chapter-item "> < a href ="crypto-intro/general-merkle-proofs.html "> Merkle Proofs</ a > </ li > < li class ="chapter-item "> < a href ="informal-zkps.html "> Zero Knowledge Proofs (Informal)</ a > </ li > < li class ="chapter-item "> < a href ="zkp-basics.html "> Zero Knowledge Proofs (Basics)</ a > </ li > </ ol > </ li > < li class ="chapter-item "> < a href ="resources.html "> Resources</ a > </ li > </ ol >
91
+ < ol class ="chapter "> < li class ="chapter-item "> < a href ="index.html "> Introduction</ a > </ li > < li class ="chapter-item "> < a href ="quickstart.html "> Prism Quickstart</ a > </ li > < li class ="chapter-item "> < a href ="datastructures.html "> Datastructures</ a > </ li > < li class ="chapter-item "> < a href ="labels.html "> Account Sources</ a > </ li > < li class ="chapter-item "> < a href ="insert-update-proofs.html "> Inserts and Updates</ a > </ li > < li class ="chapter-item "> < a href ="jellyfish-merkle-proofs.html "> Jellyfish Merkle Proofs</ a > </ li > < li class ="chapter-item "> < a href ="state.html "> Development Status</ a > </ li > < li class ="chapter-item expanded "> < a href ="architecture.html " class ="active "> Architecture</ a > </ li > < li class ="chapter-item affix "> < li class ="spacer "> </ li > < li class ="chapter-item affix "> < li class ="part-title "> Prerequites</ li > < li class ="chapter-item "> < a href ="crypto-intro/intro.html "> Introduction to Cryptography</ a > < a class ="toggle "> < div > ❱</ div > </ a > </ li > < li > < ol class ="section "> < li class ="chapter-item "> < a href ="crypto-intro/symmetric.html "> Symmetric Encryption</ a > </ li > < li class ="chapter-item "> < a href ="crypto-intro/asymmetric.html "> Asymmetric Encryption</ a > </ li > < li class ="chapter-item "> < a href ="crypto-intro/hybrid.html "> Hybrid Encryption</ a > </ li > < li class ="chapter-item "> < a href ="crypto-intro/hash-functions.html "> Hash Functions</ a > </ li > < li class ="chapter-item "> < a href ="crypto-intro/merkle-trees.html "> Merkle Trees</ a > </ li > < li class ="chapter-item "> < a href ="crypto-intro/cryptographic_commitment.html "> Cryptographic Commitments</ a > </ li > < li class ="chapter-item "> < a href ="crypto-intro/general-merkle-proofs.html "> Merkle Proofs</ a > </ li > < li class ="chapter-item "> < a href ="informal-zkps.html "> Zero Knowledge Proofs (Informal)</ a > </ li > < li class ="chapter-item "> < a href ="zkp-basics.html "> Zero Knowledge Proofs (Basics)</ a > </ li > </ ol > </ li > < li class ="chapter-item "> < a href ="resources.html "> Resources</ a > </ li > </ ol >
92
92
</ div >
93
93
< div id ="sidebar-resize-handle " class ="sidebar-resize-handle ">
94
94
< div class ="sidebar-resize-indicator "> </ div >
@@ -213,11 +213,11 @@ <h1 id="architecture"><a class="header" href="#architecture">Architecture</a></h
213
213
214
214
< nav class ="nav-wrapper " aria-label ="Page navigation ">
215
215
<!-- Mobile navigation buttons -->
216
- < a rel ="prev " href ="quickstart .html " class ="mobile-nav-chapters previous " title ="Previous chapter " aria-label ="Previous chapter " aria-keyshortcuts ="Left ">
216
+ < a rel ="prev " href ="state .html " class ="mobile-nav-chapters previous " title ="Previous chapter " aria-label ="Previous chapter " aria-keyshortcuts ="Left ">
217
217
< i class ="fa fa-angle-left "> </ i >
218
218
</ a >
219
219
220
- < a rel ="next prefetch " href ="datastructures .html " class ="mobile-nav-chapters next " title ="Next chapter " aria-label ="Next chapter " aria-keyshortcuts ="Right ">
220
+ < a rel ="next prefetch " href ="crypto-intro/intro .html " class ="mobile-nav-chapters next " title ="Next chapter " aria-label ="Next chapter " aria-keyshortcuts ="Right ">
221
221
< i class ="fa fa-angle-right "> </ i >
222
222
</ a >
223
223
@@ -227,11 +227,11 @@ <h1 id="architecture"><a class="header" href="#architecture">Architecture</a></h
227
227
</ div >
228
228
229
229
< nav class ="nav-wide-wrapper " aria-label ="Page navigation ">
230
- < a rel ="prev " href ="quickstart .html " class ="nav-chapters previous " title ="Previous chapter " aria-label ="Previous chapter " aria-keyshortcuts ="Left ">
230
+ < a rel ="prev " href ="state .html " class ="nav-chapters previous " title ="Previous chapter " aria-label ="Previous chapter " aria-keyshortcuts ="Left ">
231
231
< i class ="fa fa-angle-left "> </ i >
232
232
</ a >
233
233
234
- < a rel ="next prefetch " href ="datastructures .html " class ="nav-chapters next " title ="Next chapter " aria-label ="Next chapter " aria-keyshortcuts ="Right ">
234
+ < a rel ="next prefetch " href ="crypto-intro/intro .html " class ="nav-chapters next " title ="Next chapter " aria-label ="Next chapter " aria-keyshortcuts ="Right ">
235
235
< i class ="fa fa-angle-right "> </ i >
236
236
</ a >
237
237
</ nav >
0 commit comments