Add Support for signatures on the G2 curve for BDN#53
Add Support for signatures on the G2 curve for BDN#53AnomalRoil merged 8 commits intodrand:masterfrom
Conversation
|
I would also like to mention that my understanding of the code is still rather superficial. This shows, for example, that I did not manage to generalize the unit tests. Please make sure that the code actually works before merging. Thanks! |
|
Hey @AnomalRoil let me know what needs to get done to get this merged. |
|
It needs more tests I guess, which has been on my to-do for like 2 months 😅 |
|
While working on more tests, I discovered that This is not an issue with bls12381 we are using. |
|
Pull in Kubuxu@c5d6a11 for additional tests |
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
I just need to add some retro-compat functions to avoid breaking public APIs and I'll release a new minor release with this 👍🏻 |
Feel free to further edit the code in this PR, in particular adding proper tests.