summaryrefslogtreecommitdiff
path: root/crates/tor-hscrypto/src/ope.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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.