MD5, SHA1, SHA256, CRC32

Kai Nacke kai at redstar.de
Wed Apr 11 09:15:09 PDT 2012


On 10.04.2012 20:12, Manu wrote:
> On 10 April 2012 20:41, Piotr Szturmaj <bncrbme at jadamspam.pl
> <mailto:bncrbme at jadamspam.pl>> wrote:
>
>     Adam D. Ruppe wrote:
>
>         There's a few of us who have written our own
>         implementations of these, but as far as I know
>         none of them are considered good enough for
>         stdlib.
>
>
>         But if you just want something you can use now,
>         here's mine for sha:
>
>         https://github.com/adamdruppe/__misc-stuff-including-D-__programming-language-web-__stuff/blob/master/sha.d
>         <https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff/blob/master/sha.d>
>
>
>     And here's mine:
>     https://github.com/pszturmaj/__phobos/blob/master/std/crypto/__hash/sha.d
>     <https://github.com/pszturmaj/phobos/blob/master/std/crypto/hash/sha.d>
>     (yeah, I need to move it to a new branch)
>
>
> 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 ;)
> Is there something holding it back?

Just see the discussion here:
https://github.com/D-Programming-Language/phobos/pull/221

Kai


More information about the Digitalmars-d mailing list