Closed drskalman closed 1 year ago
To have generic keyring with ECDSAnBLS we need to implement a pair to do that.
I ended up introducing a new trait, SimplePair because recycling crypto::Pair proved to be too complicated. As such, this is done in b03a4ce8bb8
SimplePair
crypto::Pair
To have generic keyring with ECDSAnBLS we need to implement a pair to do that.