|
Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
#include <algorithm>#include <libff/common/profiling.hpp>#include <libsnark/common/routing_algorithms/as_waksman_routing_algorithm.hpp>#include <libsnark/common/routing_algorithms/benes_routing_algorithm.hpp>
Go to the source code of this file.
Functions | |
| void | profile_benes_algorithm (const size_t n) |
| void | profile_as_waksman_algorithm (const size_t n) |
| int | main () |
Functions to profile the algorithms that route on Benes and AS-Waksman networks.
Definition in file profile_routing_algorithms.cpp.
| int main | ( | ) |
Definition at line 50 of file profile_routing_algorithms.cpp.

| void profile_as_waksman_algorithm | ( | const size_t | n | ) |
Definition at line 36 of file profile_routing_algorithms.cpp.


| void profile_benes_algorithm | ( | const size_t | n | ) |
Definition at line 20 of file profile_routing_algorithms.cpp.


1.8.17