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

refactor: improve visibilities #65

Merged

Conversation

ashWhiteHat
Copy link
Contributor

Hi there

I refactored some parts of polynomial operations.

I really like this way to deal with sparse polynomial so aligned other implementations with it.

I would appreciate it if you could confirm.
Thank you.

@@ -58,9 +57,8 @@ harness = false
required-features = ["std"]

[features]
default = ["std", "simd_backend"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason to remove this from the default features?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's because this feature was deprecated.

version 3.2.0 has feature simd_backend.
https://github.com/dalek-cryptography/curve25519-dalek/blob/3.2.0/Cargo.toml#L71
but version 4.1.1 doesn't have simd_backend.
https://github.com/dalek-cryptography/curve25519-dalek/blob/curve25519-4.1.1/curve25519-dalek/Cargo.toml#L65

@srinathsetty srinathsetty merged commit f25d18a into microsoft:master Apr 11, 2024
1 check passed
srinathsetty added a commit that referenced this pull request Apr 11, 2024
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 this pull request may close these issues.

2 participants