tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit d3b122485e09302f7befd43bef59e0e8f09142f0
parent b770adbd035c33b12db1c442286eab1461a6dbe6
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 13 Dec 2018 17:22:43 -0500

Add a changes file for 28837 (OpenSSL sha3)

Diffstat:
Achanges/ticket28837 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/changes/ticket28837 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.