summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/relaycell/extend.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fallible_writers_v2' into 'main'Nick Mathewson2022-07-191-4/+8
|\
| * Convert each write_onto_infallible implementation into write_onto.Nick Mathewson2022-07-111-4/+8
| * Rename "write" methods on tor-bytes to "write_infallible".Nick Mathewson2022-07-111-2/+2
* | tor-cell: Derive Eq for NtorV3ExtensionIan Jackson2022-07-181-1/+1
|/
* Implement a higher-level API for the ntor v3 handshakeeta2022-07-081-0/+115