Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix function octets_to_g1_point to be able to work with both std::array and std::vector. #122

Closed
martun opened this issue Jan 12, 2024 · 0 comments · Fixed by #123
Closed
Assignees

Comments

@martun
Copy link
Contributor

martun commented Jan 12, 2024

This function in include/nil/crypto3/algebra/curves/detail/marshalling.hpp now does not compile, if the input range is an std::array:

static inline g1_value_type octets_to_g1_point(const PointOctetsRange &octets) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant