Recently you released curv v0.8, which is a very good thing. Unfortunately, using it comes with certain limitations. In particular, it appears to me, that we won't be able to use v0.8 in our products for a long time to come. The reason behind this is that many of our dependencies (your other libraries) depend on curv v0.7.
I am not sure what are your plans regarding your other libraries that use curv. It appears to me that changing them to support curv v0.8 is a ton of work. Hence I would not expect it to happen any time soon.
However, we would still like to use some of the non-API-breaking changes introduces in v0.8. One prominent example is fixed and improved BigInt serialization. May I therefore ask you to add commit 5ee0400 (and possibly others related to serialization of Secp256k1{Scalar,Point}) to v0.7?
Recently you released curv v0.8, which is a very good thing. Unfortunately, using it comes with certain limitations. In particular, it appears to me, that we won't be able to use v0.8 in our products for a long time to come. The reason behind this is that many of our dependencies (your other libraries) depend on curv v0.7.
I am not sure what are your plans regarding your other libraries that use curv. It appears to me that changing them to support curv v0.8 is a ton of work. Hence I would not expect it to happen any time soon.
However, we would still like to use some of the non-API-breaking changes introduces in v0.8. One prominent example is fixed and improved
BigIntserialization. May I therefore ask you to add commit 5ee0400 (and possibly others related to serialization ofSecp256k1{Scalar,Point}) to v0.7?