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:
As an example of a curve implemented with it, there's the p256 crate:
These are used by the ecdsa crate:
Note there's also the algebra crate which provides Field and Group traits:
Anyway, I think it'd be good to collaborate on one solid set of crates for this particular problem, and open to discussing how!
Hello! I saw this crate and wanted to note there are a few other overlapping efforts here:
See the RustCrypto
elliptic-curvecrate and curve-specific crates implemented with it:As an example of a curve implemented with it, there's the
p256crate:These are used by the
ecdsacrate:Note there's also the
algebracrate which providesFieldandGrouptraits:Anyway, I think it'd be good to collaborate on one solid set of crates for this particular problem, and open to discussing how!