aboutsummaryrefslogtreecommitdiff
path: root/src/md5.cpp (follow)
AgeCommit message (Collapse)Author
2009-02-19We have the new Bu::CryptoHash base class and Bu::Md5 is here and readyMike Buland
to rock. sha1 is still only a shell, I dunno if/when I'm going to implement that one. So far Bu::Md5 is 100% compatible with md5sum in all tests performed so far, in fact the test program's output is compatible with md5sum in every way (and it's so cute and little too!) Oh, minor update for stdstream and the formatter, they can handle more handy types now.
2007-04-03Ok, no code is left in src, it's all in src/old. We'll gradually move code backMike Buland
into src as it's fixed and re-org'd. This includes tests, which, I may write a unit test system into libbu++ just to make my life easier.
2006-08-30david - creepy forgot to commit hashtable stuff... also fixed something in ↵David
md5... it was using uninitialized data...
2006-05-01libbu++ is finally laid out the way it should be, trunk, branches, and tags.Mike Buland