]> git.ipfire.org Git - thirdparty/tor.git/commit
Move tor1 crypto functions into new file
authorNick Mathewson <nickm@torproject.org>
Wed, 28 May 2025 15:12:54 +0000 (11:12 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 10 Jun 2025 23:06:47 +0000 (19:06 -0400)
commit95c7562aa051e78a1abfa6985288388f540382b3
treec2d2d77586114eebbef9ac93b814f6cb4f864448
parent43098a7ddc27c90a1786f002eaac90a2c23c2d72
Move tor1 crypto functions into new file

(I'd recommend reviewing this with "show -b --color-moved")
src/core/crypto/include.am
src/core/crypto/relay_crypto.c
src/core/crypto/relay_crypto.h
src/core/crypto/relay_crypto_tor1.c [new file with mode: 0644]
src/core/crypto/relay_crypto_tor1.h [new file with mode: 0644]