blob: 0210971f73c0723b361e59130b55884a152347f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
define RUNTIME_BENCHMARKING
load_on auto
<add>
benchmark.cpp
benchmark.h
</add>
<requires>
algo_factory
block
buf_comp
hash
mac
rng
stream
</requires>
|