]> git.ipfire.org Git - thirdparty/tor.git/commit
Refactor relay_crypto_init API to take an algorithm.
authorNick Mathewson <nickm@torproject.org>
Wed, 28 May 2025 19:04:48 +0000 (15:04 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 10 Jun 2025 23:06:47 +0000 (19:06 -0400)
commitdf90c781653b81763345b2bfae76e09d1e4c5586
tree6c1a843635f0f11e044e299b2fb727e6a92fdc5b
parent144c7c4613cb5cbeb9d3befb9d6d8b1c3375e6ef
Refactor relay_crypto_init API to take an algorithm.
12 files changed:
src/core/crypto/relay_crypto.c
src/core/crypto/relay_crypto.h
src/core/or/circuitbuild.c
src/core/or/crypt_path.c
src/core/or/crypt_path.h
src/feature/hs/hs_circuit.c
src/feature/relay/circuitbuild_relay.c
src/test/bench.c
src/test/fakecircs.c
src/test/test_circuitpadding.c
src/test/test_conflux_pool.c
src/test/test_relaycrypt.c