Commit 98541091 authored by Davis King's avatar Davis King

updated docs

parent 8908303c
......@@ -118,6 +118,7 @@
<item>crc32</item>
<item>hash</item>
<item>murmur_hash3</item>
<item>murmur_hash3_128bit</item>
<item>projection_hash</item>
<item>create_random_projection_hash</item>
</section>
......@@ -209,6 +210,20 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>murmur_hash3_128bit</name>
<file>dlib/hash.h</file>
<spec_file>dlib/general_hash/murmur_hash3_abstract.h</spec_file>
<description>
This function takes a block of memory and returns a 128bit hash. The
hashing algorithm used is Austin Appleby's excellent
<a href="http://code.google.com/p/smhasher/">MurmurHash3</a>.
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -940,6 +940,7 @@
<term file="algorithms.html" name="bigint"/>
<term file="algorithms.html" name="crc32"/>
<term file="algorithms.html" name="murmur_hash3"/>
<term file="algorithms.html" name="murmur_hash3_128bit"/>
<term file="algorithms.html" name="hash"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment