index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
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
*
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
*
tor-proto: Make HopNum indices appear 1-based in the Display impl.
Gabriela Moldovan
2023-08-25
1
-1
/
+4
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
proto: Add (not-yet-exposed) code to remember and use KH values
Nick Mathewson
2023-08-14
1
-13
/
+25
*
tor-proto: Make HopNum public.
Gabriela Moldovan
2023-08-04
1
-1
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
proto: Make sure that auth tags are truncated to 20 bytes
Nick Mathewson
2023-06-13
1
-3
/
+13
*
tor-proto: Remove use of arrayref.
Nick Mathewson
2023-06-01
1
-2
/
+5
*
proto: Try to improve the documentation in crypto/cell.rs
Nick Mathewson
2023-05-18
1
-24
/
+86
*
tor-proto: Code to construct crypto layers for virtual hops.
Nick Mathewson
2023-05-18
1
-0
/
+7
*
tor-cell: Refactor relay cells to copy much less
Nick Mathewson
2023-02-15
1
-18
/
+8
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
Merge branch 'zeroize' into 'main'
Nick Mathewson
2022-08-04
1
-6
/
+4
|
\
|
*
tor-proto: Replace SecretBytes with SecretBuf.
Nick Mathewson
2022-08-01
1
-6
/
+4
*
|
Rename `.inc` and other included files to end in `.rs`
eta
2022-07-26
1
-1
/
+1
|
/
*
Use testing_rng() in tests throughout our crates.
Nick Mathewson
2022-06-02
1
-1
/
+2
*
Upgrade to AES 0.8
Nick Mathewson
2022-04-26
1
-2
/
+2
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-2
/
+0
*
Update tor-proto errors to latest API.
Nick Mathewson
2022-02-15
1
-1
/
+1
*
tor-proto: use InternalError for internal errors.
Nick Mathewson
2022-02-15
1
-1
/
+5
*
Remove many needless borrows and slices
Ian Jackson
2022-02-02
1
-4
/
+4
*
Merge remote-tracking branch 'origin/mr/180'
Nick Mathewson
2021-12-08
1
-11
/
+10
|
\
|
*
In CryptInit, return a Result in initialize()
Neel Chauhan
2021-12-08
1
-11
/
+10
*
|
Upgrade to digest v0.10.0
Nick Mathewson
2021-12-07
1
-2
/
+2
|
/
*
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-2
/
+3
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-1
/
+1
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
1
-4
/
+4
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
1
-0
/
+537