tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit f5ff1a38671efd75722ef9a36d4e82450b7ae96a
parent 0363a6f14e46878d3d59f2ad9ed6fc2ddbf3bc97
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 17 Apr 2025 21:25:51 -0400

Changes file for #41051.

Diffstat:
Achanges/ticket41051 | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/changes/ticket41051 b/changes/ticket41051 @@ -0,0 +1,5 @@ + o Major features (cell format): + - Tor now has (unused) internal support to encode and decode + relay messages in the new format required by our newer + CGO encryption algorithm. + Closes ticket 41051. Part of proposal 359.