US Election Assistance Commission - Voluntary Voting System Guidelines Vote
EAC Home
Introduction
View Guidelines
View Comments
Glossary

View Comments

Section CommentsGeneral CommentsGlossary Comments
 
Name :   Carol Julian
Organization :   KSU
Post Date :   9/15/2005

Glossary Comments
Glossary Term :  Hash
Definition :  
Comment :  Current:

Algorithm that maps a bit string of arbitrary length to a fixed-length bit string. Approved hash functions satisfy the following properties: (a) it is computationally infeasible to find any input that maps to any prespecified output, and (b) it is computationally infeasible to find any two distinct inputs that map to the same output.

Change:

Hash function: A function that maps a bit string of arbitrary length to a fixed length bit string. Approved hash functions satisfy the following properties: 1. (One-way) It is computationally infeasible to find any input that maps to any pre-specified output, and 2. (Collision resistant) It is computationally infeasible to find any two distinct inputs that map to the same output.

Nature of Change: State and define term per cited source: http://csrc.nist.gov/publications/nistpubs/800-63/SP800-63v6_3_3.pdf