Skip to content

Commit

Permalink
Merge pull request randombit#4235 from randombit/jack/pcurves-w-3
Browse files Browse the repository at this point in the history
In pcurves reduce window size for 2-ary multiplication
  • Loading branch information
randombit authored Jul 19, 2024
2 parents 537f84d + 8e0fd85 commit 2b62712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/math/pcurves/pcurves_impl/pcurves_wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PrimeOrderCurveImpl final : public PrimeOrderCurve {
public:
class PrecomputedMul2TableC final : public PrimeOrderCurve::PrecomputedMul2Table {
public:
static constexpr size_t WindowBits = 4;
static constexpr size_t WindowBits = 3;

const WindowedMul2Table<C, WindowBits>& table() const { return m_table; }

Expand Down

0 comments on commit 2b62712

Please sign in to comment.