Ivan Temchenko

Results 3 issues of Ivan Temchenko

replace the mode verification to this `else if (mode == 2 || mode == 3) {` the result is the same, but in this case second part will not be...

Can you please publish it to crates.io so it can be used by other published crates.

In this repo is minimal code to reproduce the issue: [https://github.com/35359595/mpecdsa-future-error](https://github.com/35359595/mpecdsa-future-error) There's a know issue with the compiler described here: [https://github.com/rust-lang/rust/issues/102211#issuecomment-1380167541](https://github.com/rust-lang/rust/issues/102211#issuecomment-1380167541) In general, some internal future[s] of `AsyncProtocol::run()` have to...