This repository contains my personal notes, models, and exercises for formal verification using the Tamarin Prover.
This is a personal/academic project.
- Keep structured notes while studying Tamarin.
- Build protocol models incrementally.
- Collect solved exercises and short proof notes.
- Track progress over time in a clean, reproducible way.
.
├── README.md
├── .gitignore
├── notes/
├── exercises/
└── templates/
- Study notes: notes/TamarinRecap.md
- Starter template: templates/protocol-template.spthy
- Exercises folder: exercises
- Main website: Tamarin Website
- Manual (latest): Manual
- Source code repository: Tamarin Github