190 191 192
# File 'lib/bitcoin.rb', line 190 def itb to_even_length_hex.htb end
185 186 187 188
# File 'lib/bitcoin.rb', line 185 def to_even_length_hex hex = to_s(16) hex.rjust((hex.length / 2.0).ceil * 2, '0') end