Skip to content

Commit

Permalink
update naming #355
Browse files Browse the repository at this point in the history
  • Loading branch information
vo-nil committed Apr 22, 2024
1 parent 2d88d8f commit fc16a48
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include <nil/blueprint/component.hpp>
#include <nil/blueprint/manifest.hpp>

#include <nil/blueprint/components/algebra/fields/plonk/non_native/detail/mnt4_fp4.hpp>
#include <nil/blueprint/components/algebra/fields/plonk/non_native/detail/abstract_fp4.hpp>

namespace nil {
namespace blueprint {
Expand Down Expand Up @@ -68,7 +68,7 @@ namespace nil {
using integral_type = typename BlueprintFieldType::integral_type;
using extended_integral_type = typename BlueprintFieldType::extended_integral_type;
using fp4_element = typename policy_type::value_type;
using fp4_constraint = detail::mnt4_fp4_element<constraint_type>;
using fp4_constraint = detail::abstract_fp4_element<constraint_type, BlueprintFieldType>;

private:
static std::vector<std::uint8_t> base4(extended_integral_type x) {
Expand Down

0 comments on commit fc16a48

Please sign in to comment.