]> git.ipfire.org Git - thirdparty/tor.git/commit
Refactor tor1 relay crypto functions into per-layer calls.
authorNick Mathewson <nickm@torproject.org>
Wed, 28 May 2025 12:52:57 +0000 (08:52 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 10 Jun 2025 23:06:47 +0000 (19:06 -0400)
commit90f0c977f8625fe929003cedbf7ef4372aff00f8
tree583679cd22d34810ed7232b9fd5ebbf2ed0ebcca
parented67ef78ab16cfaaee2e16dab94c28a940aa6b6d
Refactor tor1 relay crypto functions into per-layer calls.

We'll need this for mixed circuits.

Also, the APIs here are a bit closer to the CGO APIs.
src/core/crypto/relay_crypto.c
src/core/crypto/relay_crypto.h
src/core/or/crypt_path.c
src/core/or/crypt_path.h
src/core/or/or.h
src/core/or/sendme.c
src/core/or/sendme.h