Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ledwards2225 committed Jun 2, 2023
1 parent b35b825 commit e92b89e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ using Composer = proof_system::honk::UltraHonkComposer;
// Number of times to perform operation of interest in the benchmark circuits, e.g. # of hashes to perform
constexpr size_t MIN_NUM_ITERATIONS = 10;
constexpr size_t MAX_NUM_ITERATIONS = 10;
// Numeber of times to repeat each benchmark
// Number of times to repeat each benchmark
constexpr size_t NUM_REPETITIONS = 1;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class UltraCircuitConstructor;
#define EXTERN_STDLIB_ULTRA_TYPE(stdlib_type) \
extern template class stdlib_type<proof_system::UltraCircuitConstructor>; \
extern template class stdlib_type<plonk::UltraPlonkComposer>; \
// extern template class stdlib_type<honk::UltraHonkComposer>;
extern template class stdlib_type<honk::UltraHonkComposer>;

#define EXTERN_STDLIB_ULTRA_TYPE_VA(stdlib_type, ...) \
extern template class stdlib_type<proof_system::UltraCircuitConstructor, __VA_ARGS__>; \
Expand Down

0 comments on commit e92b89e

Please sign in to comment.