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

Constant macros are unusable because the field module is private. #37

Closed
tuxxy opened this issue Mar 20, 2020 · 0 comments · Fixed by #38
Closed

Constant macros are unusable because the field module is private. #37

tuxxy opened this issue Mar 20, 2020 · 0 comments · Fixed by #38

Comments

@tuxxy
Copy link
Contributor

tuxxy commented Mar 20, 2020

The jacobian_const and affine_const macros are exported, but are presently unusable due to the inability to also make constant Field elements via field_const (as it's not exported).

Unfortunately, a Field cannot be instantiated because the fields n, magnitude, and normalized are only public to the crate.

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

Successfully merging a pull request may close this issue.

1 participant