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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade cipher, aes, and ctr.
Nick Mathewson
2026-07-13
4
-14
/
+25
*
tor-proto: circ handshake now always uses NONE destroy reason
Steven Engler
2026-06-12
1
-14
/
+0
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
7
-0
/
+7
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
8
-28
/
+34
*
tor-proto: extend `RelayHandshakeError`
Steven Engler
2026-04-08
1
-1
/
+27
*
proto: Upgrade to latest polyval.
Nick Mathewson
2026-03-04
1
-2
/
+9
*
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
1
-1
/
+0
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
7
-7
/
+7
*
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
*
tor-proto: Switched to "assert in const" pattern
hashcatHitman
2025-09-01
1
-2
/
+1
*
proto: Add a circuit module shared between client and relay impls.
Gabriela Moldovan
2025-08-28
2
-2
/
+2
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
8
-23
/
+54
*
proto: Construct CGO instances if that is what is selected.
Nick Mathewson
2025-07-23
1
-0
/
+8
*
tor-proto: Compile-time key length constant equality assertion
hashcatHitman
2025-06-24
1
-6
/
+4
*
proto: remove bench pub wrappers
Lionel Goffaux
2025-05-22
6
-285
/
+85
*
proto: use consts for bench throuputs
Lionel Goffaux
2025-05-14
2
-0
/
+6
*
proto: fix doc typos
Lionel Goffaux
2025-05-14
3
-4
/
+4
*
proto: fix name mismatch in the bench utils doc
Lionel Goffaux
2025-05-08
3
-10
/
+10
*
proto: fix typo s(t)ate
Lionel Goffaux
2025-05-08
1
-3
/
+3
*
proto: extend benchmarks
Lionel Goffaux
2025-05-08
5
-147
/
+303
*
Use simpler way to refer to last byte of tag.
Nick Mathewson
2025-05-07
1
-1
/
+1
*
proto: Clear low 6 bits of counter in CGO PRF.
Nick Mathewson
2025-05-07
1
-3
/
+4
*
cell,proto: Split request/response extensions into seprate types
Nick Mathewson
2025-05-07
1
-9
/
+9
*
cell: Use ExtList to implement CircRequestExt.
Nick Mathewson
2025-05-07
1
-3
/
+4
*
Rename NtorV3Extension to CircRequestExt
Nick Mathewson
2025-05-07
1
-16
/
+16
*
tor_proto: name fields in bench_utils.
Nick Mathewson
2025-05-06
1
-7
/
+10
*
proto: Apply type-specific wrappers for tor1 crypto
Nick Mathewson
2025-05-06
3
-61
/
+65
*
proto, cell: Remove RelayCellFormatTrait.
Nick Mathewson
2025-05-06
3
-136
/
+76
*
tor-proto: Rename some no-longer-apt tor1 members.
Nick Mathewson
2025-05-06
1
-14
/
+13
*
tor-proto: remove some now-unneeded accessors.
Nick Mathewson
2025-05-06
1
-35
/
+15
*
Emit SendmeTag directly from cell crypto.
Nick Mathewson
2025-05-06
3
-79
/
+70
*
proto: Split out CGO BlkCipher trait for Encryption/Decryption
Nick Mathewson
2025-05-06
2
-57
/
+172
*
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
[next]