Skip to content

Commit c6720a5

Browse files
author
Luca De Feo
committed
Wurzburg 2019 version
1 parent ddc96d1 commit c6720a5

File tree

7 files changed

+6582
-10770
lines changed

7 files changed

+6582
-10770
lines changed

.gitignore

+222-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,222 @@
1-
_region_.*
2-
*~
1+
## Core latex/pdflatex auxiliary files:
2+
*.aux
3+
*.lof
4+
*.log
5+
*.lot
6+
*.fls
7+
*.out
8+
*.toc
9+
*.fmt
10+
*.fot
11+
*.cb
12+
*.cb2
13+
14+
## Intermediate documents:
15+
*.dvi
16+
*-converted-to.*
17+
# these rules might exclude image files for figures etc.
18+
# *.ps
19+
# *.eps
20+
# *.pdf
21+
22+
## Generated if empty string is given at "Please type another file name for output:"
23+
poly.pdf
24+
25+
## Bibliography auxiliary files (bibtex/biblatex/biber):
26+
*.bbl
27+
*.bcf
28+
*.blg
29+
*-blx.aux
30+
*-blx.bib
31+
*.run.xml
32+
33+
## Build tool auxiliary files:
34+
*.fdb_latexmk
35+
*.synctex
36+
*.synctex(busy)
37+
*.synctex.gz
38+
*.synctex.gz(busy)
39+
*.pdfsync
40+
41+
## Auxiliary and intermediate files from other packages:
42+
# algorithms
43+
*.alg
44+
*.loa
45+
46+
# achemso
47+
acs-*.bib
48+
49+
# amsthm
50+
*.thm
51+
52+
# beamer
53+
*.nav
54+
*.pre
55+
*.snm
56+
*.vrb
57+
58+
# changes
59+
*.soc
60+
61+
# cprotect
62+
*.cpt
63+
64+
# elsarticle (documentclass of Elsevier journals)
65+
*.spl
66+
67+
# endnotes
68+
*.ent
69+
70+
# fixme
71+
*.lox
72+
73+
# feynmf/feynmp
74+
*.mf
75+
*.mp
76+
*.t[1-9]
77+
*.t[1-9][0-9]
78+
*.tfm
79+
80+
#(r)(e)ledmac/(r)(e)ledpar
81+
*.end
82+
*.?end
83+
*.[1-9]
84+
*.[1-9][0-9]
85+
*.[1-9][0-9][0-9]
86+
*.[1-9]R
87+
*.[1-9][0-9]R
88+
*.[1-9][0-9][0-9]R
89+
*.eledsec[1-9]
90+
*.eledsec[1-9]R
91+
*.eledsec[1-9][0-9]
92+
*.eledsec[1-9][0-9]R
93+
*.eledsec[1-9][0-9][0-9]
94+
*.eledsec[1-9][0-9][0-9]R
95+
96+
# glossaries
97+
*.acn
98+
*.acr
99+
*.glg
100+
*.glo
101+
*.gls
102+
*.glsdefs
103+
104+
# gnuplottex
105+
*-gnuplottex-*
106+
107+
# gregoriotex
108+
*.gaux
109+
*.gtex
110+
111+
# hyperref
112+
*.brf
113+
114+
# knitr
115+
*-concordance.tex
116+
# TODO Comment the next line if you want to keep your tikz graphics files
117+
*.tikz
118+
*-tikzDictionary
119+
120+
# listings
121+
*.lol
122+
123+
# makeidx
124+
*.idx
125+
*.ilg
126+
*.ind
127+
*.ist
128+
129+
# minitoc
130+
*.maf
131+
*.mlf
132+
*.mlt
133+
*.mtc[0-9]*
134+
*.slf[0-9]*
135+
*.slt[0-9]*
136+
*.stc[0-9]*
137+
138+
# minted
139+
_minted*
140+
*.pyg
141+
142+
# morewrites
143+
*.mw
144+
145+
# nomencl
146+
*.nlo
147+
148+
# pax
149+
*.pax
150+
151+
# pdfpcnotes
152+
*.pdfpc
153+
154+
# sagetex
155+
*.sagetex.sage
156+
*.sagetex.py
157+
*.sagetex.scmd
158+
159+
# scrwfile
160+
*.wrt
161+
162+
# sympy
163+
*.sout
164+
*.sympy
165+
sympy-plots-for-*.tex/
166+
167+
# pdfcomment
168+
*.upa
169+
*.upb
170+
171+
# pythontex
172+
*.pytxcode
173+
pythontex-files-*/
174+
175+
# thmtools
176+
*.loe
177+
178+
# TikZ & PGF
179+
*.dpth
180+
*.md5
181+
*.auxlock
182+
183+
# todonotes
184+
*.tdo
185+
186+
# easy-todo
187+
*.lod
188+
189+
# xindy
190+
*.xdy
191+
192+
# xypic precompiled matrices
193+
*.xyc
194+
195+
# endfloat
196+
*.ttt
197+
*.fff
198+
199+
# Latexian
200+
TSWLatexianTemp*
201+
202+
## Editors:
203+
# WinEdt
204+
*.bak
205+
*.sav
206+
*~
207+
_region_*
208+
209+
# Texpad
210+
.texpadtmp
211+
212+
# Kile
213+
*.backup
214+
215+
# KBibTeX
216+
*~[0-9]*
217+
218+
# auto folder when using emacs and auctex
219+
/auto/*
220+
221+
# expex forward references with \gathertags
222+
*-tags.tex

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "isogenies_bib"]
2+
path = isogenies_bib
3+
url = [email protected]:defeo/isogenies.bib.git

Makefile

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
docs/poly.pdf: poly.tex refs.bib unicode.sty
2-
latexmk --pdf --outdir=docs poly.tex
3-
latexmk --pdf -c --outdir=docs poly.tex
1+
poly.pdf: FORCE
2+
latexmk -pdf -halt-on-error -file-line-error poly.tex
3+
4+
FORCE:

README

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Isogeny Graphs in Cryptography
2+
3+
These lectures notes were written for the summer school on *Graph
4+
Theory Meets Cryptography* in Würzburg, Germany, in July 2019. Their
5+
goal is to survey the mathematical background of isogeny-based
6+
cryptography, a blossoming new field with applications to post-quantum
7+
cryptography and blockchains. They are by no means a reference text
8+
on the theory of elliptic curves, nor on cryptography; readers are
9+
encouraged to complement these notes with the references given in the
10+
bibliography.

isogenies_bib

Submodule isogenies_bib added at f09f9d4

0 commit comments

Comments
 (0)