Ask Question
1 September, 06:42

What is our goal for a hashing function?

+4
Answers (2)
  1. 1 September, 07:03
    0
    Hash function is basically use to represent and index the actual value and key. It is one way operation in which the data is associate with the value and key in the function.

    The main purpose of hash function is to maintain the integrity of the data. It basically consist two properties that are:

    It is one way property hash function It has property of collision resistance

    The main goal of hashing function is to convert the input of variable length into the field length which is known as hash value by using the cryptographic block.
  2. 1 September, 10:14
    0
    Answer: Hashing function is the function that is concerned with the future use and thus is indexed in the database. This phenomena is done so that whenever the data that is related with the key can be retrieved and used whenever required.

    Therefore, as it is a one-way mechanism, it makes it easy for the reviving data otherwise it would become difficult to search and extract the data from the huge hash tables.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What is our goal for a hashing function? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers