vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.28k stars 857 forks source link

Ripemd Module #62

Closed aniciom closed 9 years ago

aniciom commented 9 years ago

I think there's something wrong with this module when i want to compile something its raising an exception saying:

line 160, in RMD160Transform x = struct.unpack('<16L', ''.join([chr(x) for x in block[0:64]])) TypeError: 'str' does not support the buffer interface

I'm using python 3.4.2 and Windows 7, i think its a cast issue, hope it helps.

themighty1 commented 9 years ago

pybitcointools only supports python2, so that may be your issue

aniciom commented 9 years ago

Oh yes i was thinking that, thanks.