Commit graph

8 commits

Author SHA1 Message Date
Geod24
8dc683674e Turned Examples section in std.digest.* into documented unittest 2013-12-17 13:57:44 +01:00
Hackerpilot
13a6e6ac5c Converted C-style array declarations to D-style 2013-07-03 00:06:32 +00:00
kai
f41c576e09 Cleanup digest source.
Removes an unnecessary cast and variable initialization.
2013-04-13 13:22:09 +02:00
kai
3bbe15507c Fix big endian version of MD5 and RipeMD160.
Obviously the code has never been run on a big endian architecuture.
With these changes the unit tests passes on Linux/PPC64.
2013-04-06 13:40:44 +02:00
kai
fa96ff8f1f Fix documentation of std.digest.ripemd
Fixes the broken link to the source file and beautifies the reference list.
2013-04-05 13:10:51 +02:00
kai
fa98c6cff5 Fix big endian version of ripemd.
The upper bound of the array index is obviously wrong.
2013-03-31 01:10:57 +01:00
k-hara
28dedee456 Issue 7444 - Require [] for array copies too 2012-11-20 17:55:21 +09:00
kai
71f7a9a903 Initial implementation of RIPEMD160. 2012-10-20 21:34:33 +02:00