Skip to content

Commit

Permalink
NOIR NEEDS: make commit a public function since noir needs to be able…
Browse files Browse the repository at this point in the history
… to return the x and y coos (#170)

Co-authored-by: kevaundray <[email protected]>
  • Loading branch information
phated and kevaundray authored Mar 1, 2023
1 parent 05a6102 commit da7bfd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/src/aztec/stdlib/hash/pedersen/pedersen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ template <typename ComposerContext> class pedersen {

static void validate_wnaf_is_in_field(ComposerContext* ctx, const std::vector<uint32_t>& accumulator);

private:
static point commit(const std::vector<field_t>& inputs, const size_t hash_index = 0);
};

Expand Down

0 comments on commit da7bfd6

Please sign in to comment.