Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
printf.hpp
Go to the documentation of this file.
1#pragma once
2
3#ifdef _WIN32
4#define PRIx64 "llx"
5#define PRIu64 "llu"
6#endif