src/core/crypto/onion_ntor.h \
src/core/crypto/onion_ntor_v3.h \
src/core/crypto/relay_crypto.h \
+ src/core/crypto/relay_crypto_st.h \
src/core/crypto/relay_crypto_cgo.h \
src/core/crypto/relay_crypto_tor1.h
#include "lib/cc/ctassert.h"
#include "core/or/cell_st.h"
-#include "core/or/relay_crypto_st.h"
+#include "core/crypto/relay_crypto_st.h"
/* Offset of digest within relay cell body for v0 cells. */
#define V0_DIGEST_OFFSET 5
#ifndef CRYPT_PATH_ST_H
#define CRYPT_PATH_ST_H
-#include "core/or/relay_crypto_st.h"
+#include "core/crypto/relay_crypto_st.h"
struct crypto_dh_t;
#define CRYPT_PATH_MAGIC 0x70127012u
src/core/or/protover.h \
src/core/or/reasons.h \
src/core/or/relay.h \
- src/core/or/relay_crypto_st.h \
src/core/or/relay_msg.h \
src/core/or/relay_msg_st.h \
src/core/or/scheduler.h \
#include "core/or/conflux.h"
#include "core/or/crypt_path.h"
#include "core/or/relay.h"
-#include "core/or/relay_crypto_st.h"
+#include "core/crypto/relay_crypto_st.h"
#include "test/fakecircs.h"
cgo_uiv_clear(&uiv);
}
-#include "core/or/relay_crypto_st.h"
+#include "core/crypto/relay_crypto_st.h"
static void
test_crypto_cgo_uiv_update_testvec(void *arg)