Skip to content

Commit

Permalink
add back turbo circuit type for circuits tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ledwards2225 committed Sep 21, 2023
1 parent 7d9d80f commit aef39d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <cstdint>

namespace proof_system {
enum class CircuitType : uint32_t { STANDARD, ULTRA, UNDEFINED };
enum class CircuitType : uint32_t { STANDARD, TURBO, ULTRA, UNDEFINED };

template <typename T, typename... U>
concept IsAnyOf = (std::same_as<T, U> || ...);
Expand Down

0 comments on commit aef39d3

Please sign in to comment.