summaryrefslogtreecommitdiff
path: root/crates/tor-hscrypto/src/time.rs
Commit message (Expand)AuthorAgeFilesLines
* hs time handling: Make TimePeriod contain length as IntegerMinutesIan Jackson2023-02-091-9/+20
* netdir: Implement ring-param constructors and time period accessorsNick Mathewson2023-01-281-0/+16
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* hscrypto: add a note about maybe replacing epoch_offset with voting_intervalNick Mathewson2023-01-251-0/+3
* hscrypto: Note that maybe Duration is the wrong type to use.Nick Mathewson2023-01-251-0/+5
* hscrypto: Note the need for a Result rather than an OptionNick Mathewson2023-01-251-0/+4
* hscrypto: Revise TimePeriod to account for variable offset.Nick Mathewson2023-01-241-21/+30
* hscrypto: Add our standard clippy warningsNick Mathewson2023-01-241-0/+10
* hscrypto: Implement key blinding.Nick Mathewson2023-01-241-2/+2
* hscrypto: Add an implementation for TimePeriodNick Mathewson2023-01-241-11/+118
* hscrypto: Add several derivesNick Mathewson2023-01-111-0/+1
* Create a new tor-hscrypto crate.Nick Mathewson2023-01-061-0/+46