
9 Jan
2012
9 Jan
'12
8:34 a.m.
On 2012-01-08 20:42, W-Mark Kubacki wrote:
Hello!
Although MonetDB supports RIPEMD160, python-monetdb (version 11.5.9) does not. Patch [1] fixes that.
Unfortunately Python's hashlib.algorithms and dir(hashlib) is "incomplete" in this regards and lists only algorithms which are guaranteed to be supported. Yet more are actually implemented. The patch moves the responsibility for checking whether RIPEMD160 (and others) is supported to hashlib, retaining the NotSupportedError.
Thanks. I have applied your patch. -- Sjoerd Mullender