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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
CGO: Fix authenticated-sendme tag handling.
Nick Mathewson
2025-04-29
1
-5
/
+20
*
CGO: Note another possible performance improvement.
Nick Mathewson
2025-04-29
1
-0
/
+3
*
proto: Implement and test CGO cryptography.
Nick Mathewson
2025-04-29
2
-13
/
+316
*
proto: Implement UIV+, the wide-block RPRP used for CGO.
Nick Mathewson
2025-04-29
1
-1
/
+174
*
proto: Implement CGO functions ET and PRF
Nick Mathewson
2025-04-29
1
-3
/
+321
*
New empty CGO module.
Nick Mathewson
2025-04-29
1
-0
/
+23
*
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
2
-15
/
+20
*
proto: Make crypt layers take a ChanCmd argument
Nick Mathewson
2025-04-29
3
-42
/
+52
*
proto: refactor RelayCrypt trait into separate traits
Nick Mathewson
2025-04-29
3
-19
/
+78
*
proto: Tweak semantics of RelayCrypt::originate.
Nick Mathewson
2025-04-29
3
-3
/
+5
*
proto: move tor1 testvector test into tor1 module.
Nick Mathewson
2025-04-29
2
-54
/
+79
*
proto: Clean up imports in tor1.rs.
Nick Mathewson
2025-04-29
2
-6
/
+8
*
proto: Move tor1 relay crypto to a separate file.
Nick Mathewson
2025-04-29
2
-312
/
+312
*
Note some places where we need updates for #1944.
Nick Mathewson
2025-04-16
1
-0
/
+5
*
tor-proto: removed "ntor_v3" feature flag
Steven Engler
2025-04-01
1
-1
/
+0
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-4
/
+0
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-3
/
+3
*
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
2
-3
/
+2
*
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
2
-4
/
+0
*
tor-proto: Add benchmarks for cell encryption and decryption
Lionel Goffaux
2024-11-04
2
-0
/
+175
*
Some HasMemoryCost impls in tor-proto
Ian Jackson
2024-10-02
1
-1
/
+4
*
tor-proto: Use Reader::take_all_but().
Nick Mathewson
2024-09-16
1
-8
/
+1
*
tor-bytes: Error: provide and call Error::incomplete_error
Ian Jackson
2024-09-11
1
-1
/
+1
*
tor-bytes: Add a deficit field to Error::Truncated (fmt)
Ian Jackson
2024-09-10
1
-1
/
+3
*
tor-bytes: Add a deficit field to Error::Truncated
Ian Jackson
2024-09-10
1
-1
/
+2
*
Add allows for many dead code warnings in tor-proto
Ian Jackson
2024-07-08
2
-0
/
+5
*
Add temporary allows for some dead code warnings
Ian Jackson
2024-04-25
2
-0
/
+2
*
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
5
-0
/
+5
*
clippy: consequential rustfmt
Ian Jackson
2024-01-02
1
-8
/
+2
*
clippy: Use infallible calls
Ian Jackson
2024-01-02
1
-4
/
+2
*
NtorV3Extension set encoding/decoding: include n_extensions
Jim Newsome
2023-12-07
1
-3
/
+3
*
Remove RngCompatExt.
Nick Mathewson
2023-11-29
2
-7
/
+6
*
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
3
-12
/
+12
*
Add NtorV3SecretKey::generate_for_test and NtorV3SecretKey::new
Jim Newsome
2023-11-27
1
-39
/
+36
*
NtorV3PublicKey: make fields pub(crate), as for NtorPublicKey
Jim Newsome
2023-11-27
1
-2
/
+2
*
tor-proto: make ClientHandShake and ServerHandshake generic over aux data
Jim Newsome
2023-11-15
4
-138
/
+92
*
Add NtorV3Server and implement ServerHandshake for it
Jim Newsome
2023-11-15
1
-29
/
+43
[next]