zkcrypto / group

Elliptic curve group traits and utilities.
Other
91 stars 32 forks source link

Release 0.13.0 #40

Closed str4d closed 1 year ago

str4d commented 1 year ago

Hmm, I just remembered #32, and am now considering implementing the Group::identity() -> Group::IDENTITY change (but not Group::GENERATOR at this time, because that's not as obviously a single constant). I'll give it a quick go and see how much of a change it results in.

str4d commented 1 year ago

Results of my investigation are here: https://github.com/zkcrypto/group/issues/32#issuecomment-1338618478

tl;dr we won't block this release on that change, because we need more time to investigate the ecosystem. We can make sure to work on it for group 0.14 instead.