On Friday, 7 September 2012 at 12:07:47 UTC, Adam D. Ruppe wrote:
If std.hash doesn't work out for you - though I think it is
going to be in the next release since the vote passed - I have
a sha 1 function in my sha.d, and a binding to the mhash C
library for more complex signatures in my oauth.d
https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff
Take a look at oauth.d, at the bottom of the file for a
function called mhashSign.
Adam, you should build a standard library with your "misc-stuff"!
:)