Add ChaCha20 bench

This commit is contained in:
Jonas Schnelli
2019-03-05 10:50:50 +01:00
parent 2bc2b8b49a
commit 2dfe275171
2 changed files with 47 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ bench_bench_bitcoin_SOURCES = \
bench/duplicate_inputs.cpp \
bench/examples.cpp \
bench/rollingbloom.cpp \
bench/chacha20.cpp \
bench/crypto_hash.cpp \
bench/ccoins_caching.cpp \
bench/gcs_filter.cpp \