Barretenberg
The ZK-SNARK library at the core of Aztec
|
Go to the source code of this file.
Macros | |
#define | ANKERL_UNORDERED_DENSE_VERSION_MAJOR 4 |
#define | ANKERL_UNORDERED_DENSE_VERSION_MINOR 5 |
#define | ANKERL_UNORDERED_DENSE_VERSION_PATCH 0 |
#define | ANKERL_UNORDERED_DENSE_VERSION_CONCAT1(major, minor, patch) v##major##_##minor##_##patch |
#define | ANKERL_UNORDERED_DENSE_VERSION_CONCAT(major, minor, patch) ANKERL_UNORDERED_DENSE_VERSION_CONCAT1(major, minor, patch) |
#define | ANKERL_UNORDERED_DENSE_NAMESPACE |
#define | ANKERL_UNORDERED_DENSE_CPP_VERSION __cplusplus |
#define | ANKERL_UNORDERED_DENSE_HAS_EXCEPTIONS() 0 |
#define | ANKERL_UNORDERED_DENSE_NOINLINE __attribute__((noinline)) |
#define | ANKERL_UNORDERED_DENSE_EXPORT |
#define ANKERL_UNORDERED_DENSE_CPP_VERSION __cplusplus |
Definition at line 53 of file ankerl_dense.hpp.
#define ANKERL_UNORDERED_DENSE_EXPORT |
Definition at line 78 of file ankerl_dense.hpp.
#define ANKERL_UNORDERED_DENSE_HAS_EXCEPTIONS | ( | ) | 0 |
Definition at line 68 of file ankerl_dense.hpp.
#define ANKERL_UNORDERED_DENSE_NAMESPACE |
Definition at line 45 of file ankerl_dense.hpp.
#define ANKERL_UNORDERED_DENSE_NOINLINE __attribute__((noinline)) |
Definition at line 73 of file ankerl_dense.hpp.
#define ANKERL_UNORDERED_DENSE_VERSION_CONCAT | ( | major, | |
minor, | |||
patch | |||
) | ANKERL_UNORDERED_DENSE_VERSION_CONCAT1(major, minor, patch) |
Definition at line 43 of file ankerl_dense.hpp.
#define ANKERL_UNORDERED_DENSE_VERSION_CONCAT1 | ( | major, | |
minor, | |||
patch | |||
) | v##major##_##minor##_##patch |
Definition at line 41 of file ankerl_dense.hpp.
#define ANKERL_UNORDERED_DENSE_VERSION_MAJOR 4 |
Definition at line 33 of file ankerl_dense.hpp.
#define ANKERL_UNORDERED_DENSE_VERSION_MINOR 5 |
Definition at line 34 of file ankerl_dense.hpp.
#define ANKERL_UNORDERED_DENSE_VERSION_PATCH 0 |
Definition at line 36 of file ankerl_dense.hpp.