summaryrefslogtreecommitdiff
path: root/crates/tor-hscrypto/src/time.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-hsservice: Make PowManager persist state.Wesley Aptekar-Cassels2025-05-271-1/+3
* tor-hsservice: Initial parts of PowManager.Wesley Aptekar-Cassels2025-05-271-1/+1
* tor-hscrypto: Implement Display for TimePeriodhjrgrn2025-03-131-1/+24
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* tor-hscrypto: Remove TimePeriodOffset, offset_within_period().Gabriela Moldovan2024-01-241-26/+0
* tor-hscrypto: Return 0 if the timestamp is before the start of the TP.Gabriela Moldovan2023-12-131-1/+3
* tor-hscrypto: Make offset_within_period() work with timestamps from later per...Gabriela Moldovan2023-11-161-2/+2
* Implementation for AES-based Order-preserving encryptionNick Mathewson2023-11-161-0/+24
* tor-hscrypto: Add a new constructor and an accessor for TimePeriod.Gabriela Moldovan2023-10-191-0/+42
* tor-hscrypto: Rename offset_in_sec to epoch_offset_in_sec.Gabriela Moldovan2023-10-191-5/+9
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* hscrypto: fix TODOs in time-period code.Nick Mathewson2023-06-131-32/+53
* hscrypto: remove compatibility note about time periods.Nick Mathewson2023-06-131-9/+0
* 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