aboutsummaryrefslogtreecommitdiff
path: root/libnitrokey/misc.h
Commit message (Collapse)AuthorAge
* Add misc::Option<T> classRobin Krahl2019-01-13
| | | | | Option<T> is a simple replacement for std::optional, which was introduced in C++17. It stores a value that can be present or absent.
* Make unbundling easierDavid Seifert2018-03-13