Commit Graph

17 Commits (8a619026229dc09b2bcbcb7a0debe4ba99bf741d)

Author SHA1 Message Date
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.
11 years ago
Timothy Stack 6d7e6bf66f [release] some last minute clean up 11 years ago
Timothy Stack 33584ed9f8 [docs] minor tweaks and version bump 11 years ago
Timothy Stack a8c3a8c80b [docs] json format docs and some build fixes 11 years ago
Timothy Stack 7fea5565d2 [docs] mention dependencies 11 years ago
Timothy Stack 49368e1513 [docs] some more writing 11 years ago
Timothy Stack 94ce0ffd83 [docs] more docs and some simple bug fixes 11 years ago
Timothy Stack f716d5a533 [docs] more sections 11 years ago
Timothy Stack fb7d1f1dc9 [docs] some more docs 11 years ago
Timothy Stack 75dd7e2ad6 [docs] start some UI docs 11 years ago
Timothy Stack 255b91771c [version] bump the version to 0.6.0 11 years ago
Timothy Stack 25f02eca08 [docs] more docs 11 years ago
Timothy Stack 500f1da9f6 [docs] explicit shift keys 11 years ago
Timothy Stack f6b2345184 [docs] use a different theme 11 years ago
Timothy Stack e8672e825a [docs] hotkey reference 11 years ago
Timothy Stack a4a0d20ccd [docs] start the hotkey reference 11 years ago
Timothy Stack 2573e356e2 [docs] start docs dir for readthedocs.org 11 years ago