Skip to content

Commit

Permalink
Add missing one half value
Browse files Browse the repository at this point in the history
  • Loading branch information
itsafuu committed Jan 15, 2025
1 parent a3524ce commit 7bc851d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ namespace nil {

constexpr static const integral_type modulus =
0x30644E72E131A029B85045B68181585D2833E84879B9709143E1F593F0000001_cppui254;

constexpr static const integral_type group_order_minus_one_half =
0x183227397098d014dc2822db40c0ac2e9419f4243cdcb848a1f0fac9f8000000_cppui254;
typedef typename policy_type::modular_backend modular_backend;
constexpr static const modular_params_type modulus_params = modulus;
typedef nil::crypto3::multiprecision::number<
Expand Down

0 comments on commit 7bc851d

Please sign in to comment.