Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
ultra_starknet_zk_flavor.hpp
Go to the documentation of this file.
1#ifdef STARKNET_GARAGA_FLAVORS
2#pragma once
3
6
7namespace bb {
8
9class UltraStarknetZKFlavor : public UltraKeccakZKFlavor {
10 public:
11 using Transcript = starknet::StarknetTranscript;
12};
13} // namespace bb
14#endif
Common transcript class for both parties. Stores the data for the current round, as well as the manif...
Entry point for Barretenberg command-line interface.
Definition api.hpp:5