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

upstream this repo to RustCrypto #35

Open
Dustin-Ray opened this issue Apr 13, 2024 · 2 comments
Open

upstream this repo to RustCrypto #35

Dustin-Ray opened this issue Apr 13, 2024 · 2 comments

Comments

@Dustin-Ray
Copy link

The RustCrypto project is collecting many popular and widely-used elliptic curves into a central repository for ease of use and high maintainability. This issue is tracking the curves added so far. Is there any interest from this project in upstreaming the work done so far into RustCrypto?

@kevaundray
Copy link
Collaborator

Hey,

I am interested in upstreaming the work here into RustCrypto. What would the steps be to upstream it?

@tarcieri
Copy link

@kevaundray hey, on behalf of @RustCrypto that's great news!

We have algorithm-family based monorepos. Here is the one for elliptic curves: https://github.com/rustcrypto/elliptic-curves

I would suggest opening a PR which adds an ed448/ed448-goldilocks subdirectory containing the most recent commit of the code.

When it's merged we can get you access to the repo and work out ownership for the associated crates.

Hopefully we can also contribute trait implementations which would allow Ed448-Goldilocks to be used with algorithm implementations which are generic over elliptic curves.

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

No branches or pull requests

3 participants