tor

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

commit 7f1895c39a860437f4a1ec830f26d7d568facb63
parent 2f6bc74914d60b62b8e61904aae16c84c2b1181d
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 29 Aug 2018 15:02:59 -0400

Changes for 27246

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

diff --git a/changes/ticket27246 b/changes/ticket27246 @@ -0,0 +1,4 @@ + o Minor features (memory usage): + - When not using them, store legacy TAP public onion keys in + DER-encoded format, rather than as expanded public keys. This should + save several megabytes on typical clients. Closes ticket 27246.