106 if (type ==
"keccak") {
109 if (type ==
"starknet") {
OracleHashType
Convert oracle hash type string to enum for internal use.
OracleHashType parse_oracle_hash_type(const std::string &type)
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
std::string loaded_circuit_name
std::shared_ptr< ClientIVC > ivc_in_progress
TraceSettings trace_settings
std::vector< uint8_t > loaded_circuit_vk
std::optional< acir_format::AcirFormat > loaded_circuit_constraints
bool ipa_accumulation
Optional flag to indicate if the proof should be generated with IPA accumulation (i....
MSGPACK_FIELDS(ipa_accumulation, oracle_hash_type, disable_zk)
bool operator==(const ProofSystemSettings &other) const =default
std::string oracle_hash_type
The oracle hash type to be used for the proof.
bool disable_zk
Flag to disable blinding of the proof. Useful for cases that don't require privacy,...