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

Remove dependency on ring_algorithm crate #125

Merged
merged 3 commits into from
Aug 5, 2021
Merged

Conversation

survived
Copy link
Contributor

@survived survived commented Aug 5, 2021

Dependency on ring-algorithm crate was removed. Very few functions from that crate which were used in curv are copypasted (original code is licensed under MIT OR Apache-2.0) to dedicated module as a drop-in replacement.

Fixes #124

@survived survived force-pushed the remove-ring-alg branch 2 times, most recently from 91156b2 to 957a29f Compare August 5, 2021 08:18
@@ -0,0 +1,93 @@
// Taken from: https://gitlab.com/Toru3/ring-algorithm/-/blob/c4eaf606e88cb62cf87df98c99f923b253ad976a/src/lib.rs
Copy link
Contributor

Choose a reason for hiding this comment

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

I suggest to rename this file ring-algorithms

@elichai
Copy link
Contributor

elichai commented Aug 5, 2021

FWIW this won't be needed after I finish #121 (assuming we'll merge it)

@omershlo omershlo merged commit b53df44 into master Aug 5, 2021
@survived survived deleted the remove-ring-alg branch August 5, 2021 19:24
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.

BROKEN BUILD: ring-algorithm 0.2.3 yanked from crates.io
3 participants