lib/bitcoin/wallet/keygenerator.rb in bitcoin-ruby-0.0.1 vs lib/bitcoin/wallet/keygenerator.rb in bitcoin-ruby-0.0.2

- old
+ new

@@ -1,9 +1,11 @@ +# encoding: ascii-8bit + module Bitcoin::Wallet # Deterministic key generator as described in # https://bitcointalk.org/index.php?topic=11665.0. - # + # # Takes a seed and generates an arbitrary amount of keys. # Protects against brute-force attacks by requiring the # key hash to fit a difficulty target, much like the block chain. class KeyGenerator