commit d3b122485e09302f7befd43bef59e0e8f09142f0 Author: Nick Mathewson nickm@torproject.org Date: Thu Dec 13 17:22:43 2018 -0500
Add a changes file for 28837 (OpenSSL sha3) --- changes/ticket28837 | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/changes/ticket28837 b/changes/ticket28837 new file mode 100644 index 000000000..3bc8f1259 --- /dev/null +++ b/changes/ticket28837 @@ -0,0 +1,4 @@ + o Minor features (performance): + - Use OpenSSL's implementations of SHA3 when available (in OpenSSL 1.1.1 + and later), since they tend to be faster than tiny-keccak. Closes + ticket 28837.
tor-commits@lists.torproject.org