Skip to content

Commit

Permalink
removing poc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineCyr committed Jan 25, 2025
1 parent fb19751 commit 41a3db8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crypto3/libs/blueprint/include/nil/blueprint/bbf/tester.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include <nil/blueprint/bbf/generic.hpp>

#include <nil/blueprint/bbf/is_zero.hpp>
#include <nil/blueprint/bbf/choice_function.hpp>
// #include <nil/blueprint/bbf/choice_function.hpp>
// #include <nil/blueprint/bbf/components/detail/carry_on_addition.hpp>
#include <nil/blueprint/bbf/useless.hpp>

Expand Down Expand Up @@ -104,7 +104,7 @@ namespace nil {
generic_component<FieldType,stage>(context_object) {

using Is_Zero = is_zero<FieldType, stage>;
using Choice_Function = choice_function<FieldType, stage, 3>;
// using Choice_Function = choice_function<FieldType, stage, 3>;
// using Carry_On_Addition = carry_on_addition<FieldType, stage, 3, 16>;
using Useless = useless<FieldType, stage>;

Expand All @@ -113,9 +113,9 @@ namespace nil {

Is_Zero(context_object, X, make_links); // make_links delegated to subcomponent

std::vector<std::size_t> ct2_area = {2,3,4,5};
context_type ct2 = context_object.subcontext(ct2_area,0,4);
auto c2 = Choice_Function(ct2,Q,CX,CY, make_links); // make_links delegated to subcomponent
// std::vector<std::size_t> ct2_area = {2,3,4,5};
// context_type ct2 = context_object.subcontext(ct2_area,0,4);
// auto c2 = Choice_Function(ct2,Q,CX,CY, make_links); // make_links delegated to subcomponent

// std::vector<std::size_t> ct3_area = {7,8,9,10,11};
// context_type ct3 = context_object.subcontext(ct3_area,0,4);
Expand Down

0 comments on commit 41a3db8

Please sign in to comment.