<div class="gmail_quote">On 10 April 2012 20:41, Piotr Szturmaj <span dir="ltr"><<a href="mailto:bncrbme@jadamspam.pl">bncrbme@jadamspam.pl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">Adam D. Ruppe wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
There's a few of us who have written our own<br>
implementations of these, but as far as I know<br>
none of them are considered good enough for<br>
stdlib.<br>
<br>
<br>
But if you just want something you can use now,<br>
here's mine for sha:<br>
<br>
<a href="https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff/blob/master/sha.d" target="_blank">https://github.com/adamdruppe/<u></u>misc-stuff-including-D-<u></u>programming-language-web-<u></u>stuff/blob/master/sha.d</a><br>

</blockquote>
<br></div>
And here's mine: <a href="https://github.com/pszturmaj/phobos/blob/master/std/crypto/hash/sha.d" target="_blank">https://github.com/pszturmaj/<u></u>phobos/blob/master/std/crypto/<u></u>hash/sha.d</a> (yeah, I need to move it to a new branch)<br>

</blockquote></div><br><div>I've needed these the past few days too.. what makes this one unsuitable for std? I see you've put it in the std namespace ;)<br></div><div>Is there something holding it back?</div>