Commit Graph

5 Commits

Author SHA1 Message Date
Timothy Stack
7407fd429d user alerter instead of flash() 2015-09-06 22:51:58 -07:00
Suresh Sundriyal
13f5ad0dce Change the code to use Spookyhash.
* This change removes the external dependency on OpenSSL, which should
  allow the code to compile on Mac OS X without specifying the
  MAC_OS_X_VERSION_MIN_REQUIRED non-sense.
* Spookyhash should be faster than SHA-1's Merkle-Damgård construction.
* Spookyhash is only 128-bits as opposed to SHA-1's 160-bits so memory
  consumption should be less. I doubt it will lead to too many
  collisions.
* The docs are updated to reflect the fact that OpenSSL is not a
  dependency.
2014-02-03 22:36:33 -08:00
Timothy Stack
7fea5565d2 [docs] mention dependencies 2013-08-27 08:38:28 -07:00
Timothy Stack
49368e1513 [docs] some more writing 2013-08-26 07:20:01 -07:00
Timothy Stack
500f1da9f6 [docs] explicit shift keys 2013-07-26 08:23:45 -07:00