Results 5 comments of Mirko Bonasorte

I have implemented generator support. Here it is the pull request: https://github.com/rholder/retrying/pull/83 I am waiting for some feedback from retrying library author.

Given the feedback I received after a week, I wonder if there is still a maintainer of this project. @rholder could you please review the pull request?

I am sorry it seems to be that Twisted does not support Python 2.6. This is the reason why I ripped it off.

That format comes from base58 checked serialized format. If you base58check deserialize the extended private key, you will notice that you do not get any '01'. It is added in...

> Are all bip32 private keys compressed WIFs, or is private ckd able to return an uncompressed WIF? All the bip32 private keys generated by the library are "compressed". That...