Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit b806a20

Browse files
CblPOK-gitnkaskov
authored andcommitted
remove redeclaration of bit_shift_mode
1 parent b167e7b commit b806a20

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/nil/blueprint/components/algebra/curves/edwards/plonk/non_native/variable_base_multiplication.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ namespace nil {
3737
namespace blueprint {
3838
namespace components {
3939

40-
namespace detail {
41-
enum bit_shift_mode {
42-
LEFT,
43-
RIGHT,
44-
};
45-
} // namespace detail
4640
using detail::bit_shift_mode;
4741

4842
template<typename ArithmetizationType, typename CurveType, typename Ed25519Type,

0 commit comments

Comments
 (0)