index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-proto
/
src
/
crypto
/
cell.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
1
-1
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
proto: Fix typo in OutboundRelayLayer docs.
Gabriela Moldovan
2025-10-08
1
-1
/
+1
*
proto: Consider the channel queue with "Replace" padding to hop 1.
Nick Mathewson
2025-09-16
1
-0
/
+5
*
proto: derive Ord for HopNum.
Nick Mathewson
2025-09-10
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
proto: Construct CGO instances if that is what is selected.
Nick Mathewson
2025-07-23
1
-0
/
+8
*
proto: remove bench pub wrappers
Lionel Goffaux
2025-05-22
1
-0
/
+14
*
proto: extend benchmarks
Lionel Goffaux
2025-05-08
1
-0
/
+2
*
proto: Apply type-specific wrappers for tor1 crypto
Nick Mathewson
2025-05-06
1
-10
/
+16
*
proto, cell: Remove RelayCellFormatTrait.
Nick Mathewson
2025-05-06
1
-18
/
+15
*
Emit SendmeTag directly from cell crypto.
Nick Mathewson
2025-05-06
1
-13
/
+12
*
proto: Split out CGO BlkCipher trait for Encryption/Decryption
Nick Mathewson
2025-05-06
1
-2
/
+12
*
tor-proto: use RelayCellFormat rather than u8 in tests.
Nick Mathewson
2025-04-29
1
-14
/
+14
*
Rename feature cgo => counter-galois-onion.
Nick Mathewson
2025-04-29
1
-3
/
+3
*
proto: Implement and test CGO cryptography.
Nick Mathewson
2025-04-29
1
-0
/
+5
*
proto: Unified integration tests for relay crypto.
Nick Mathewson
2025-04-29
1
-3
/
+210
*
proto: Make relay-side cell crypto traits return tags.
Nick Mathewson
2025-04-29
1
-6
/
+8
*
proto: Make crypt layers take a ChanCmd argument
Nick Mathewson
2025-04-29
1
-21
/
+27
*
proto: refactor RelayCrypt trait into separate traits
Nick Mathewson
2025-04-29
1
-5
/
+24
*
proto: Tweak semantics of RelayCrypt::originate.
Nick Mathewson
2025-04-29
1
-2
/
+2
*
proto: move tor1 testvector test into tor1 module.
Nick Mathewson
2025-04-29
1
-54
/
+1
*
proto: Clean up imports in tor1.rs.
Nick Mathewson
2025-04-29
1
-3
/
+0
*
proto: Move tor1 relay crypto to a separate file.
Nick Mathewson
2025-04-29
1
-312
/
+2
*
Note some places where we need updates for #1944.
Nick Mathewson
2025-04-16
1
-0
/
+5
*
tor-proto: Split out send_relay_cell().
Gabriela Moldovan
2025-01-28
1
-1
/
+1
*
tor-proto: put every bench_utils mod behind the bench feature
Lionel Goffaux
2024-11-06
1
-0
/
+1
*
tor-proto: change the visibility of the RelayBody inner struct
Lionel Goffaux
2024-11-06
1
-1
/
+1
*
tor-proto: remove inlines attributes
Lionel Goffaux
2024-11-06
1
-2
/
+0
*
tor-proto: Add benchmarks for cell encryption and decryption
Lionel Goffaux
2024-11-04
1
-0
/
+38
*
Some HasMemoryCost impls in tor-proto
Ian Jackson
2024-10-02
1
-1
/
+4
*
Add temporary allows for some dead code warnings
Ian Jackson
2024-04-25
1
-0
/
+1
*
Use uXX::MAX in place of std::uXX::MAX
Nick Mathewson
2024-04-22
1
-2
/
+2
*
proto: Simplify a check-and-convert to use try_into+expect
Nick Mathewson
2024-04-22
1
-2
/
+2
*
Add and use RelayCellFormatTrait
Jim Newsome
2024-03-20
1
-84
/
+79
*
Propagate RelayCellFormat selection up to where format decisions will be made
Jim Newsome
2024-03-20
1
-12
/
+24
*
Paramaterize layer crypto objects by cell format
Jim Newsome
2024-03-20
1
-22
/
+38
*
RelayCellBody: generalize over RelayCellFormat
Jim Newsome
2024-03-20
1
-13
/
+31
*
RelayCellBody::is_recognized: improve doc comment
Nick Mathewson
2024-03-20
1
-1
/
+7
*
RelayCellFormat::recognized -> is_recognized
Jim Newsome
2024-03-20
1
-3
/
+3
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
clippy: consequential rustfmt
Ian Jackson
2024-01-02
1
-8
/
+2
*
clippy: Use infallible calls
Ian Jackson
2024-01-02
1
-4
/
+2
*
tor-proto: Refactor the key derivation
Emil Engler
2023-09-29
1
-15
/
+31
*
Merge branch 'misc-upgrades' into 'main'
Nick Mathewson
2023-09-28
1
-1
/
+1
|
\
|
*
Remove direct dependency on generic-array
Nick Mathewson
2023-09-28
1
-1
/
+1
*
|
tor-proto: Replace repeating pattern with fill
Emil Engler
2023-09-28
1
-6
/
+2
|
/
*
tor-proto: Remove the Display impl of HopNum.
Gabriela Moldovan
2023-08-25
1
-6
/
+0
*
tor-proto: Add a HopNum::display function.
Gabriela Moldovan
2023-08-25
1
-3
/
+39
[next]