Skip to content

Remove dependency on ring_algorithm crate - #125

Merged
omershlo merged 3 commits into
masterfrom
remove-ring-alg
Aug 5, 2021
Merged

Remove dependency on ring_algorithm crate#125
omershlo merged 3 commits into
masterfrom
remove-ring-alg

Conversation

@survived

@survived survived commented Aug 5, 2021

Copy link
Copy Markdown

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
Copy Markdown
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

elichai commented Aug 5, 2021

Copy link
Copy Markdown
Contributor

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