aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-10-31 10:54:12 -0400
committerNick Mathewson <nickm@torproject.org>2014-10-31 10:54:12 -0400
commit542b4701644224bf096599931a61dbae645aa2cd (patch)
tree8b55720e2a542deaa9a2d23a181ecc8e628b234d /changes
parent5ad87218389050fef48b1a123aab1260cdfb8d7c (diff)
downloadtor-542b4701644224bf096599931a61dbae645aa2cd.tar.gz
tor-542b4701644224bf096599931a61dbae645aa2cd.zip
Refactor {str,digest}map into a common implementation; add digest256map
Needed for #13399.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug13399_part13
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug13399_part1 b/changes/bug13399_part1
new file mode 100644
index 0000000000..2ad3f8d77e
--- /dev/null
+++ b/changes/bug13399_part1
@@ -0,0 +1,3 @@
+ o Code simplifications and refactoring:
+ - Refactor our generic strmap and digestmap types into a single
+ implementation, so that we can add a new digest256map type trivially.