about summary refs log tree commit homepage
path: root/Hash_Functions
diff options
context:
space:
mode:
Diffstat (limited to 'Hash_Functions')
-rw-r--r--Hash_Functions8
1 files changed, 4 insertions, 4 deletions
diff --git a/Hash_Functions b/Hash_Functions
index 5289086..c10ded7 100644
--- a/Hash_Functions
+++ b/Hash_Functions
@@ -46,12 +46,12 @@ other architectures).
   for platforms where unaligned 4-byte reads can crash the machine.
 
 * :murmur2_neutral - endian/alignment-neutral version of the simple
-   implementation, half as fast according to the author.
+  implementation, half as fast according to the author.
 
 * :murmur1 - simple and fast historical version
 
 * :murmur1_aligned - according to the author, the performance of this
-   one should be as good or better than the simple version.
+  one should be as good or better than the simple version.
 
 == FNV family
 
@@ -62,6 +62,6 @@ other architectures).
 == Bernstein hashes
 
 * :djb3 - The hash currently favored by Bernstein.
-   See [http://www.cse.yorku.ca/~oz/hash.html]
+  See http://www.cse.yorku.ca/~oz/hash.html
 
-* :djb2 - See [http://www.cse.yorku.ca/~oz/hash.html]
+* :djb2 - See http://www.cse.yorku.ca/~oz/hash.html