]> Git Repo - secp256k1.git/blame - src/modules/schnorr/Makefile.am.include
ARM assembly implementation of field_10x26 inner
[secp256k1.git] / src / modules / schnorr / Makefile.am.include
CommitLineData
a5a66c70
PW
1include_HEADERS += include/secp256k1_schnorr.h
2noinst_HEADERS += src/modules/schnorr/main_impl.h
3noinst_HEADERS += src/modules/schnorr/schnorr.h
4noinst_HEADERS += src/modules/schnorr/schnorr_impl.h
5noinst_HEADERS += src/modules/schnorr/tests_impl.h
6if USE_BENCHMARK
7noinst_PROGRAMS += bench_schnorr_verify
8bench_schnorr_verify_SOURCES = src/bench_schnorr_verify.c
001f1763 9bench_schnorr_verify_LDADD = libsecp256k1.la $(SECP_LIBS) $(COMMON_LIB)
a5a66c70 10endif
This page took 0.021673 seconds and 4 git commands to generate.