summaryrefslogtreecommitdiff
path: root/crates/tor-hscrypto/src/ope.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-netdir: Add a unit test for HsDirParams::offset_within_srv_period.Gabriela Moldovan2024-01-241-1/+1
|
* tor-netdir, tor-hscrypto: Add function for computing SRV period offset.Gabriela Moldovan2024-01-241-2/+11
| | | | Part of #1166
* tor-hscrypto: Remove TimePeriodOffset, offset_within_period().Gabriela Moldovan2024-01-241-1/+2
| | | | | | These are now unused. Part of #1166
* tor-hsservice: Generate revision counter using the start of SRV period.Gabriela Moldovan2024-01-241-4/+2
| | | | Closes #1166
* Implementation for AES-based Order-preserving encryptionNick Mathewson2023-11-161-0/+191
This is the approach from appendix F.2 in rend-spec. Part of #1053.