All Posts Tagged with “sha1-saga”
-
RAII by Example: Implementing GenerateSha1Hash
Posted in Programming on Aug 27, 2010
In which I own up and actually implement a function I have written about earlier, and use the chance to talk about RAII for a bit.
-
Minimizing Header Bloat in C++: An Example
Posted in Programming on Aug 25, 2010
In which I waste way too much time debating the merit of std::vector
vs. boost::shared_array vs. plain ol’ int8_t*. -
Bad Assumptions: Hashing Algorithms
Posted in Programming on Aug 24, 2010
In which I play with SHA-1, MD5, and CRC32, and end up with some surprising conclusions (at least they were surprising me).
