redox-ecc icon indicating copy to clipboard operation
redox-ecc copied to clipboard

Join forces?

Open tarcieri opened this issue 4 years ago • 3 comments

Hello! I saw this crate and wanted to note there are a few other overlapping efforts here:

See the RustCrypto elliptic-curve crate and curve-specific crates implemented with it:

  • https://github.com/RustCrypto/elliptic-curves/
  • https://docs.rs/elliptic-curve

As an example of a curve implemented with it, there's the p256 crate:

  • https://docs.rs/p256

These are used by the ecdsa crate:

  • https://docs.rs/ecdsa

Note there's also the algebra crate which provides Field and Group traits:

  • https://github.com/scipr-lab/zexe/tree/master/algebra

Anyway, I think it'd be good to collaborate on one solid set of crates for this particular problem, and open to discussing how!

tarcieri avatar Mar 03 '20 22:03 tarcieri