summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-12-29 09:48:39 -0500
committerNick Mathewson <nickm@torproject.org>2015-12-29 09:48:39 -0500
commit603110aa1db69ef0506ee94c3be80c59a664ee03 (patch)
tree9d89959a34506c5d0a0ecba8a99d7da42c8bd49d /changes
parentbc2cd0ff2bfc70916efe6b6a7fe0a4aae481df3b (diff)
parenta12c5f462f99e7e8f0dcd4b91baac1d35b2ff88a (diff)
downloadtor-603110aa1db69ef0506ee94c3be80c59a664ee03.tar.gz
tor-603110aa1db69ef0506ee94c3be80c59a664ee03.zip
Merge branch 'feature17796_squashed'
Diffstat (limited to 'changes')
-rw-r--r--changes/feature177966
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/feature17796 b/changes/feature17796
new file mode 100644
index 0000000000..d96daed262
--- /dev/null
+++ b/changes/feature17796
@@ -0,0 +1,6 @@
+ o Minor features (crypto):
+ - When allocating a digest state object, allocate no more space than we
+ actually need. Previously, we were allocating as much space as the
+ state for the largest algorithm would need. This change saves up to
+ 672 bytes per circuit. Closes ticket 17796.
+