This repository contains materials used for Cryptography 101 talk
Slides are generated using Pandoc, fixed by a small Ruby script and powered by reveal.js.
Slides should be available at http://asi-pwr.github.io/crypto101
git clone --recursive https://github.com/asi-pwr/crypto101.git- Open
index.htmlin your web browser - ????
- PROFIT
- Install latest Pandoc and Ruby
- Run
bundle install - Edit
slides.mdto suit your needs - Issue
make - Your brand new presentation is available at
index.html - OPTIONAL: If you want a zip archive with the talk then issue
make release