<?xml version="1.0" encoding="utf-8"?>
<tbl_glossary><row><term>Hash function</term><definition>&lt;p&gt;A hash function is any function that can be used to map data of arbitrary size to data of a fixed size. The values returned by a hash function are called hash values, hash codes, digests, or simply hashes. Hash functions are often used in combination with a hash table, a common data structure used in computer software for rapid data lookup. Hash functions accelerate table or database lookup by detecting duplicated records in a large file.&lt;/p&gt;&#13;
&#13;
&lt;p&gt;See also:Â &lt;a href="https://en.wikipedia.org/wiki/Hash_function"&gt;Hash&lt;/a&gt;Â &lt;/p&gt;</definition></row></tbl_glossary>
