Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
const char * |
argv[] |
|
) |
| |
Definition at line 67 of file test_fooram.cpp.
70 libff::start_profiling();
71 default_fooram_ppzksnark_pp::init_public_params();
72 default_fooram_zksnark_pp::init_public_params();
75 profile_ram_zksnark<default_fooram_zksnark_pp>(32);
77 profile_ram_ppzksnark<default_fooram_ppzksnark_pp>(8);
◆ profile_ram_ppzksnark()
template<typename ppT >
void profile_ram_ppzksnark |
( |
const size_t |
w | ) |
|
Definition at line 54 of file test_fooram.cpp.
62 const bool test_serialization =
true;
63 const bool bit = run_ram_ppzksnark<ppT>(example, test_serialization);
◆ profile_ram_zksnark()
template<typename ppT >
void profile_ram_zksnark |
( |
const size_t |
w | ) |
|
Definition at line 41 of file test_fooram.cpp.
49 const bool test_serialization =
true;
50 const bool bit = run_ram_zksnark<ppT>(example, test_serialization);