diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-29 09:48:39 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-29 09:48:39 -0500 |
commit | 603110aa1db69ef0506ee94c3be80c59a664ee03 (patch) | |
tree | 9d89959a34506c5d0a0ecba8a99d7da42c8bd49d /changes | |
parent | bc2cd0ff2bfc70916efe6b6a7fe0a4aae481df3b (diff) | |
parent | a12c5f462f99e7e8f0dcd4b91baac1d35b2ff88a (diff) | |
download | tor-603110aa1db69ef0506ee94c3be80c59a664ee03.tar.gz tor-603110aa1db69ef0506ee94c3be80c59a664ee03.zip |
Merge branch 'feature17796_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature17796 | 6 |
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. + |