We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any interest for a PR that automates the backend selection ?
Also I would like to send a PR that moves to overrides over auto-selection:
cfg(ed448_goldilocks_backend) = "backend" cfg(ed558_goldilocks_bits) = 32 | 64
We did extensive work at curve25519-dalek here:
The feature driven backend selection caused issues including potential miscompilation and where backends were not available.
More than happy to send a PR
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Any interest for a PR that automates the backend selection ?
Also I would like to send a PR that moves to overrides over auto-selection:
We did extensive work at curve25519-dalek here:
The feature driven backend selection caused issues including potential miscompilation and where backends were not available.
More than happy to send a PR
The text was updated successfully, but these errors were encountered: