arti/tor-checkable
Nick Mathewson 481e5e5a63 New module with traits for time-bound and signed objects
Too often I've been writing code that defers timeliness checking to
an is_valid_at() method [which you'd better call or else whoops] and
which does signature checking while parsing [not great for
performance].

Instead, let's make return types where you can't get at the interior
object without first either checking the signatures/timeliness, or
declaring that (dangerously) you don't care.
2020-09-01 17:59:58 -04:00
..
src New module with traits for time-bound and signed objects 2020-09-01 17:59:58 -04:00
Cargo.toml New module with traits for time-bound and signed objects 2020-09-01 17:59:58 -04:00