You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The big one would be distributed key generation and threshold signing; I haven't looked at this for bn254 but it would likely be where most work would take place.
Given how the BLS library works, with a global init, there would be issues around a single Dirk instance supporting both BLS12-381 and b254. It's unlikely that this is fixable without being addressed in the dependency.
I was looking into Dirk for BLS on bn254 curve keys support. I saw that the library you use here have support for bn254 keys.
I was wondering what would it take for dirk to fully support BLS on bn254?
The text was updated successfully, but these errors were encountered: