lian / bitcoin-ruby

bitcoin utils and protocol in ruby.
Other
923 stars 323 forks source link

Rename and better document BIP32 keys #269

Open etscrivner opened 6 years ago

etscrivner commented 6 years ago

Currently BIP32 support is provided by the ExtKey class. This class should be renamed to Bip32Key, fully documented and tested, and generally become a first class citizen in bitcoin-ruby.