Completed
What is OpenPGP
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Sequoia - A New OpenPGP Implementation in Rust
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is Sequoia
- 3 Who are we
- 4 What is OpenPGP
- 5 Packetbased format
- 6 OpenPGP
- 7 PK Esk
- 8 Pipeline
- 9 Parse
- 10 Basic idea
- 11 Recursion limit
- 12 Generics
- 13 Dynamic Dispatch
- 14 Buffered Reader
- 15 Buffered Reader Limiter
- 16 Better Parser Interface
- 17 Iterator Interface
- 18 Iterator API
- 19 Callback State
- 20 Callback Helper
- 21 Failure
- 22 Recovery
- 23 About Sequoia
- 24 Sequoia Overview