summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/crypto/cell/cgo.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-281-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+3
* tor-proto: Compile-time key length constant equality assertionhashcatHitman2025-06-241-6/+4
* proto: remove bench pub wrappersLionel Goffaux2025-05-221-88/+13
* proto: use consts for bench throuputsLionel Goffaux2025-05-141-0/+3
* proto: fix doc typosLionel Goffaux2025-05-141-2/+2
* proto: fix name mismatch in the bench utils docLionel Goffaux2025-05-081-4/+4
* proto: fix typo s(t)ateLionel Goffaux2025-05-081-3/+3
* proto: extend benchmarksLionel Goffaux2025-05-081-0/+93
* Use simpler way to refer to last byte of tag.Nick Mathewson2025-05-071-1/+1
* proto: Clear low 6 bits of counter in CGO PRF.Nick Mathewson2025-05-071-3/+4
* tor-proto: remove some now-unneeded accessors.Nick Mathewson2025-05-061-35/+15
* Emit SendmeTag directly from cell crypto.Nick Mathewson2025-05-061-41/+24
* proto: Split out CGO BlkCipher trait for Encryption/DecryptionNick Mathewson2025-05-061-55/+160
* 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