WIP: Test all KZG backends on all targets in CI#115
WIP: Test all KZG backends on all targets in CI#115sauliusgrigaitis wants to merge 2 commits intodevelopfrom
Conversation
|
I think include:
- os: ubuntu-latest
backend: arkworks,blst,constantine,mcl # no zkcrypto (because of blst)
- os: windows-latest
backend: arkworks,constantine,zkcrypto # no blst (because of zkcrypto) and mcl
- os: macos-latest
backend: arkworks,blst,mcl # no zkcrypto & constantineSo on rust-kzg side, |
|
Hi @ArtiomTr! Currently the Please let me know if you think there can be a better solution to this. |
|
@shreyas-londhe, I think we can make same thing as with However, one problem may occur, that backends can have different internal representations. Maybe we can abstract this with traits? |
No description provided.