1. Introduction
  2. How to Use This Book
  3. Why Rust Meets Cryptography
    1. Cryptography is a Systems Problem
    2. Safety, Performance, Predictability
    3. Cost of Unsafety: Famous Failures
    4. First Code: A Naive XOR Encryptor
    5. Tooling Up
  4. Core Cryptographic Primitives
    1. Symmetric Ciphers — XOR, AES, ChaCha20
  5. Appendices
    1. Glossary of Terms
    2. Cryptographic Concepts Cheatsheet