mndrix / semantria

Prolog interface for Semantria API
The Unlicense
1 stars 0 forks source link

MD5 predicate in SWI-Prolog #1

Open wouterbeek opened 10 years ago

wouterbeek commented 10 years ago

From semantria.pl, lines 29-30:

% This hack is necessary because SWI Prolog doesn't seem to have a good
% MD5 implementation. Run `md5sum $secret_key` at a command prompt to

SWI-Prolog does have an md5 predicate. It is however deprecated, located at an unexpected place (RDF DB library), and contains a Times parameter for iterative application (probably not useful to most and easy to write for application code that needs it).

Since I've had the same problem yesterday while requesting gravatar images, I've added a bugzilla entry for this.

mndrix commented 10 years ago

Thanks @wouterbeek I've commented on the bug and on the predicate documentation page too.