std.hash, when?

Adam D. Ruppe destructionator at gmail.com
Fri Sep 7 05:08:08 PDT 2012


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.


More information about the Digitalmars-d mailing list