Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <unordered_map>
#include "barretenberg/smt_verification/util/smt_util.hpp"
#include "term.hpp"
#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
TEST (FFITerm, addition) | |
TEST (FFITerm, subtraction) | |
TEST (FFITerm, multiplication) | |
TEST (FFITerm, division) | |
TEST (FFITerm, unsupported_operations) | |
TEST | ( | FFITerm | , |
addition | |||
) |
Definition at line 10 of file ffiterm.test.cpp.
TEST | ( | FFITerm | , |
division | |||
) |
Definition at line 67 of file ffiterm.test.cpp.
TEST | ( | FFITerm | , |
multiplication | |||
) |
Definition at line 48 of file ffiterm.test.cpp.
TEST | ( | FFITerm | , |
subtraction | |||
) |
Definition at line 29 of file ffiterm.test.cpp.
TEST | ( | FFITerm | , |
unsupported_operations | |||
) |
Definition at line 89 of file ffiterm.test.cpp.