Description
I'd like to cut releases of the following crates relatively soon (next few days / week):
elliptic-curve
v0.5.0ecdsa
v0.7.0k256
v0.4.0p256
v0.4.0p384
v0.3.0
These will be the first releases supporting an integrated ECDSA implementation as well as initial (and rather rudimentary) support for implementing algorithms generically over elliptic curve groups.
If there's anything else you'd like to get into these releases, let me know, otherwise I plan on doing it soon.
When I say that, I'm also looking for small items rather than more significant changes. There's plenty of bigger issues to address (e.g. eliminating fallible APIs via eliminating the invalid representations that cause them in PublicKey
/SecretKey
) but I'd rather not make any bigger items release blockers at this point and we can continue making large and breaking changes in the next release.