crate-crypto/Ed448-Goldilocks

upstream this repo to RustCrypto

Dustin-Ray opened this issue · 3 comments

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?

Hey,

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

@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.