summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/crypto/cell
Commit message (Expand)AuthorAgeFilesLines
* CGO: Fix authenticated-sendme tag handling.Nick Mathewson2025-04-291-5/+20
* CGO: Note another possible performance improvement.Nick Mathewson2025-04-291-0/+3
* proto: Implement and test CGO cryptography.Nick Mathewson2025-04-291-13/+311
* proto: Implement UIV+, the wide-block RPRP used for CGO.Nick Mathewson2025-04-291-1/+174
* proto: Implement CGO functions ET and PRFNick Mathewson2025-04-291-3/+321
* New empty CGO module.Nick Mathewson2025-04-291-0/+23
* proto: Make relay-side cell crypto traits return tags.Nick Mathewson2025-04-291-9/+12
* proto: Make crypt layers take a ChanCmd argumentNick Mathewson2025-04-291-16/+20
* proto: refactor RelayCrypt trait into separate traitsNick Mathewson2025-04-291-10/+50
* proto: Tweak semantics of RelayCrypt::originate.Nick Mathewson2025-04-291-0/+1
* proto: move tor1 testvector test into tor1 module.Nick Mathewson2025-04-291-0/+78
* proto: Clean up imports in tor1.rs.Nick Mathewson2025-04-291-3/+8
* proto: Move tor1 relay crypto to a separate file.Nick Mathewson2025-04-291-0/+310