Skip to content

Commit

Permalink
Authors by chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
tideofwords committed Sep 9, 2024
1 parent 5305f1a commit 95e63f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions easy.typ
Original file line number Diff line number Diff line change
Expand Up @@ -33,34 +33,34 @@

#set heading(offset: 1)

#part[Introduction]
#part[Introduction][Brian Gu and Yan X Zhang]
#chapter("src/intro.typ")

#part[Two-party Computation]
#part[Two-party Computation][Brian Gu and Brian Lawrence]
#chapter("src/mpc.typ")
#chapter("src/ot.typ")
#chapter("src/2pc-takeaways.typ")

#part[SNARKs Prelude: Elliptic Curves and Polynomial Commitments]
#part[SNARKs Prelude: Elliptic Curves and Polynomial Commitments][Evan Chen]
#chapter("src/ec.typ")
#chapter("src/pair.typ")
#chapter("src/kzg.typ")
#chapter("src/kzg-takeaways.typ")

#part[SNARKs]
#part[SNARKs][Evan Chen]
#chapter("src/zkintro.typ")
#chapter("src/plonk.typ")
#chapter("src/copy-constraints.typ")
#chapter("src/fs.typ")
#chapter("src/snark-takeaways.typ")

#part[Fully Homomorphic Encryption]
#part[Fully Homomorphic Encryption][Brian Lawrence and Yan X Zhang]
#chapter("src/fhe0.typ")
#chapter("src/lwe.typ")
#chapter("src/fhe2.typ")
#chapter("src/fhe3.typ")
#chapter("src/fhe-takeaways.typ")

#part[Oblivious RAM]
#part[Oblivious RAM][Elaine Shi]
#chapter("src/oram.typ")
#chapter("src/oram-takeaways.typ")
3 changes: 2 additions & 1 deletion src/preamble.typ
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,13 @@

#let pmod(x) = $space (mod #x)$
#let rstate = state("rhead", "Table of contents")
#let part(s) = {
#let part(s, names) = {
let rstate = state("rhead", "")
rstate.update(rhead => s)
pagebreak(weak: true)
// set text(fill: rgb("#002299"))
heading(offset: 0, s)
align(center)[#names]
}


Expand Down

0 comments on commit 95e63f0

Please sign in to comment.