On 21 dic, 23:53, "Chris Rebert" wrote:
> On Sun, Dec 21, 2008 at 4:21 AM, Kless wrote:
> > Is there any way of use HMAC with RIPEMD-160?
>
> > Since that to create a ripemd-160 hash there is to use:
> > h = hashlib.new('ripemd160')
> > it looks that isn't possible
>
> > For HMAC-SHA256 would
On Sun, Dec 21, 2008 at 4:21 AM, Kless wrote:
> Is there any way of use HMAC with RIPEMD-160?
>
> Since that to create a ripemd-160 hash there is to use:
>h = hashlib.new('ripemd160')
> it looks that isn't possible
>
> For HMAC-SHA256 would be:
> -
> import hashlib
> import hmac
>
> hm