everything i have tried has given me wrong output values. i even copied C codes and changed them so that they would work in python and i still get wrong outputs. what is wro
>>> import hashlib >>> data = '' >>> hashlib.new('ripemd160', data).hexdigest() '9c1185a5c5e9fc54612808977ee8f548b2258d31'