diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-11-28 14:14:35 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-12-25 20:14:07 -0500 |
commit | 2f8fd53750737e4402adc0b896f00f789fb38181 (patch) | |
tree | 05d40fbfc13c2a67aa02c7d2a0eaee12358e805b /changes | |
parent | 175b2678d7dd0ff8b00b597169e4a9a0d8e86f12 (diff) | |
download | tor-2f8fd53750737e4402adc0b896f00f789fb38181.tar.gz tor-2f8fd53750737e4402adc0b896f00f789fb38181.zip |
Add benchmark for DH handshake and ECDH-P-224/56 handshake
Diffstat (limited to 'changes')
-rw-r--r-- | changes/dh_benchmarks | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/dh_benchmarks b/changes/dh_benchmarks new file mode 100644 index 0000000000..2301995a74 --- /dev/null +++ b/changes/dh_benchmarks @@ -0,0 +1,3 @@ + o Minor features (testing): + - Add benchmarks for DH (1024-bit multiplicative group) and ECDH + (P-256) diffie-hellman handshakes to src/or/bench. |