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

Curve v2 (on develop branch) #305

Closed
wants to merge 2 commits into from

Conversation

cbeck88
Copy link

@cbeck88 cbeck88 commented Dec 12, 2019

Uprev curve25519-dalek to v2 and use matching rand and rand_core versions (matching current master)

We need this because we are using bulletproofs/develop branch (for no_std support) and we also need to uprev curve25519-dalek to v2 (because the old version has a build.rs and depends on byteorder, but we also have build-dependencies that turn on byteorder/std, breaking our no_std build)

@cbeck88 cbeck88 changed the title Curve v2 Curve v2 (on develop branch) Dec 12, 2019
@cbeck88
Copy link
Author

cbeck88 commented Dec 12, 2019

it appears that this breaks yoloproofs unless we will also uprev rand_core used in merlin crate

@hdevalence
Copy link
Contributor

Hi, it looks like this might be a duplicate of #303 ?

@oleganza
Copy link
Collaborator

@cbeck88 thanks for bumping this issue. I went to fix #303, so we hopefully will fully migrate to v2 curve-dalek after CI finishes.

@hdevalence
Copy link
Contributor

These changes are included in #303, thanks!

@hdevalence hdevalence closed this Dec 27, 2019
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.

None yet

3 participants