From: Nick Mathewson Date: Wed, 29 Aug 2018 19:02:59 +0000 (-0400) Subject: Changes for 27246 X-Git-Tag: tor-0.3.5.1-alpha~98^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f1895c39a860437f4a1ec830f26d7d568facb63;p=thirdparty%2Ftor.git Changes for 27246 --- diff --git a/changes/ticket27246 b/changes/ticket27246 new file mode 100644 index 0000000000..c0d665d4cb --- /dev/null +++ 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.