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-cell
/
src
/
relaycell
/
hs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-llcrypto: Stop deriving Deref in CtByteArray
Neel Chauhan
2025-11-24
1
-1
/
+1
*
tor-hsservice: Change capping of PoW effort.
Wesley Aptekar-Cassels
2025-08-13
1
-10
/
+0
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-3
/
+3
*
tor-cell: Add ProofOfWorkV1::cap_effort function.
Wesley Aptekar-Cassels
2025-08-05
1
-0
/
+10
*
Add methods for getting proof-of-work extension from intro request.
Wesley Aptekar-Cassels
2025-05-27
1
-0
/
+9
*
cell: Unify HS-ntor and ntor-v3 extensions.
Nick Mathewson
2025-05-07
4
-28
/
+9
*
cell: Make decl_extension_group macro more self-contained.
Nick Mathewson
2025-05-07
2
-2
/
+2
*
cell: move ExtList module out of hs module.
Nick Mathewson
2025-05-07
4
-223
/
+3
*
Wrap ed25519-dalek types.
Nick Mathewson
2025-03-18
1
-1
/
+0
*
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-1
/
+1
*
PoW: Consolidate feature flags into a single flag.
Wesley Aptekar-Cassels
2024-11-25
1
-1
/
+1
*
tor-cell: add clippy allows
Steven Engler
2024-11-20
1
-0
/
+1
*
hs-pow: Clarify a confusing comment in ProofOfWorkV1.
Wesley Aptekar-Cassels
2024-10-09
1
-1
/
+1
*
hs-pow: Rename seed to seed_head.
Wesley Aptekar-Cassels
2024-10-09
1
-3
/
+3
*
hs-pow: Refactor to prefer stub types rather than cfg sprawl.
Wesley Aptekar-Cassels
2024-10-09
4
-29
/
+90
*
tor-hspow: Big refactor, dissolve this crate
Wesley Aptekar-Cassels
2024-10-09
3
-48
/
+61
*
tor-cell: Support encoding proofs-of-work in intro_payload
Wesley Aptekar-Cassels
2024-10-09
2
-4
/
+110
*
tor-memquota: Explain choice of bounds
Ian Jackson
2024-10-02
1
-0
/
+2
*
Revert "tor-cell: Use HasMemoryCostStructural, rather than Copy"
Ian Jackson
2024-10-02
1
-1
/
+2
*
tor-cell: Use HasMemoryCostStructural, rather than Copy
Ian Jackson
2024-10-02
1
-2
/
+1
*
Some HasMemoryCost impls in tor-cell
Ian Jackson
2024-10-02
2
-6
/
+19
*
tor-cell: impl Eq, PartialEq, Hash for est_intro::DosParams
Ian Jackson
2024-02-21
1
-1
/
+1
*
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
1
-1
/
+1
*
Add more reference links.
Nick Mathewson
2023-11-20
1
-1
/
+5
*
Improve documentation in/around DosParams extension
Nick Mathewson
2023-11-20
1
-1
/
+11
*
tor-cell: Remove unused by_type() function
Neel Chauhan
2023-10-13
1
-10
/
+0
*
cell: Add accessors to IntroduceHandshakePayload
Nick Mathewson
2023-08-16
1
-0
/
+15
*
cell, docs: Clarify what we mean by "Unrecognized".
Nick Mathewson
2023-08-15
1
-2
/
+3
*
cell: make establish_intro accept impl<Into<HsMacKey>>
Nick Mathewson
2023-08-14
1
-15
/
+14
*
Fix typos
Dimitris Apostolou
2023-07-22
1
-1
/
+1
*
tor-cell: Downgrade 2 TODO-HS to TODO-HSS
Nick Mathewson
2023-06-16
1
-1
/
+1
*
cell: Downgrade a couple more TODO HS comments.
Nick Mathewson
2023-06-13
1
-2
/
+2
*
cell: Remove some TODOs
Nick Mathewson
2023-06-13
2
-8
/
+2
*
cell: remove/localize "allow(dead-code)"
Nick Mathewson
2023-06-13
2
-3
/
+3
*
Rename UnparsedLinkSpec => EncodedLinkSpec
Nick Mathewson
2023-05-10
1
-3
/
+3
*
Serval rustdoc link fixes.
Nick Mathewson
2023-03-08
1
-2
/
+2
*
intro_payload: various doc fixes and TODOs from review.
Nick Mathewson
2023-03-08
1
-4
/
+16
*
tor-cell: Be a little more pedantic about INTRODUCE cell types.
Nick Mathewson
2023-03-08
1
-3
/
+3
*
tor-cell: Better describe the parts of intro payload.
Nick Mathewson
2023-03-08
1
-3
/
+23
*
tor-cell: Add code for the payload of an hs-ntor handshake.
Nick Mathewson
2023-03-06
1
-0
/
+142
*
tor-cell: Use a match when checking auth_key_type
Nick Mathewson
2023-03-01
1
-6
/
+8
*
tor_cell: Use nested readers and writers for EstablishIntro
Nick Mathewson
2023-03-01
1
-18
/
+12
*
tor-cell: tweak comments on EstablishIntro members.
Nick Mathewson
2023-03-01
1
-2
/
+2
*
Introduce a constant for the length of the output of hs_mac()
Nick Mathewson
2023-03-01
1
-3
/
+3
*
tor-cell: Rename EstablishIntro{Body => Details}
Nick Mathewson
2023-03-01
1
-8
/
+8
*
tor-cell: Make EstablishIntro do signatures
Nick Mathewson
2023-03-01
1
-38
/
+229
*
Mark a quoted block as text, so doctest ignores it.
Nick Mathewson
2023-02-16
1
-1
/
+1
*
Add a TODO about combining several macros and patterns
Nick Mathewson
2023-02-16
1
-0
/
+4
*
Make a comment more accurate
Ian Jackson
2023-02-16
1
-1
/
+3
*
tor-cell: Use a more generic mechanism for managing extensions
Nick Mathewson
2023-02-15
2
-47
/
+246
[next]