├── README.md ├── body.tex ├── book.bib ├── ent.pdf ├── ent.py ├── ent.sty ├── ent.tex ├── graphics ├── E_gf37.pdf ├── cfbounce.pdf ├── diffie.png ├── dlog.pdf ├── dlog.tex ├── eQ.pdf ├── gauss_sum.pdf ├── gplaw.pdf ├── hellman.png ├── lenstra.png ├── log.pdf ├── log.tex ├── man.fig.bak ├── man.pdf ├── mordell.jpg ├── mordell.png ├── nikita.pdf ├── nikita.png ├── pi_x_1000.tex ├── pi_x_10000.tex ├── pi_x_100000.tex ├── prime_pi.pdf ├── prime_pi_10000.pdf ├── prime_pi_100000.pdf └── rh.pdf ├── psfig.sty ├── python.sty ├── srcltx.sty └── svsing2e.sty /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/README.md -------------------------------------------------------------------------------- /body.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/body.tex -------------------------------------------------------------------------------- /book.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/book.bib -------------------------------------------------------------------------------- /ent.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/ent.pdf -------------------------------------------------------------------------------- /ent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/ent.py -------------------------------------------------------------------------------- /ent.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/ent.sty -------------------------------------------------------------------------------- /ent.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/ent.tex -------------------------------------------------------------------------------- /graphics/E_gf37.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/E_gf37.pdf -------------------------------------------------------------------------------- /graphics/cfbounce.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/cfbounce.pdf -------------------------------------------------------------------------------- /graphics/diffie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/diffie.png -------------------------------------------------------------------------------- /graphics/dlog.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/dlog.pdf -------------------------------------------------------------------------------- /graphics/dlog.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/dlog.tex -------------------------------------------------------------------------------- /graphics/eQ.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/eQ.pdf -------------------------------------------------------------------------------- /graphics/gauss_sum.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/gauss_sum.pdf -------------------------------------------------------------------------------- /graphics/gplaw.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/gplaw.pdf -------------------------------------------------------------------------------- /graphics/hellman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/hellman.png -------------------------------------------------------------------------------- /graphics/lenstra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/lenstra.png -------------------------------------------------------------------------------- /graphics/log.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/log.pdf -------------------------------------------------------------------------------- /graphics/log.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/log.tex -------------------------------------------------------------------------------- /graphics/man.fig.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/man.fig.bak -------------------------------------------------------------------------------- /graphics/man.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/man.pdf -------------------------------------------------------------------------------- /graphics/mordell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/mordell.jpg -------------------------------------------------------------------------------- /graphics/mordell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/mordell.png -------------------------------------------------------------------------------- /graphics/nikita.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/nikita.pdf -------------------------------------------------------------------------------- /graphics/nikita.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/nikita.png -------------------------------------------------------------------------------- /graphics/pi_x_1000.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/pi_x_1000.tex -------------------------------------------------------------------------------- /graphics/pi_x_10000.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/pi_x_10000.tex -------------------------------------------------------------------------------- /graphics/pi_x_100000.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/pi_x_100000.tex -------------------------------------------------------------------------------- /graphics/prime_pi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/prime_pi.pdf -------------------------------------------------------------------------------- /graphics/prime_pi_10000.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/prime_pi_10000.pdf -------------------------------------------------------------------------------- /graphics/prime_pi_100000.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/prime_pi_100000.pdf -------------------------------------------------------------------------------- /graphics/rh.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/graphics/rh.pdf -------------------------------------------------------------------------------- /psfig.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/psfig.sty -------------------------------------------------------------------------------- /python.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/python.sty -------------------------------------------------------------------------------- /srcltx.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/srcltx.sty -------------------------------------------------------------------------------- /svsing2e.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamstein/ent/HEAD/svsing2e.sty --------------------------------------------------------------------------------