w3f / substrate

Fork of parity Substrate to help W3F researchers to contribute to the code.
Apache License 2.0
0 stars 0 forks source link

Implement Pair and SignedPrehashed for ECDSAnBLS crypto #4

Closed drskalman closed 1 year ago

drskalman commented 1 year ago

To have generic keyring with ECDSAnBLS we need to implement a pair to do that.

drskalman commented 1 year ago

I ended up introducing a new trait, SimplePair because recycling crypto::Pair proved to be too complicated. As such, this is done in b03a4ce8bb8