Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
ultra_starknet_flavor.hpp
Go to the documentation of this file.
1
2#ifdef STARKNET_GARAGA_FLAVORS
3#pragma once
4
7
8namespace bb {
9
10class UltraStarknetFlavor : public UltraKeccakFlavor {
11 public:
12 using Transcript = Transcript_<starknet::StarknetTranscriptParams>;
13};
14
15} // namespace bb
16#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.