Difference between revisions of "Collision resistance"
Jump to navigation
Jump to search
Mr. MacKenty (talk | contribs) (Created page with "<center> <blockquote style="padding: 5px; background-color: #FFF8DC; border: solid thin gray;"> File:Exclamation.png This is student work which has not yet been approve...") |
Mr. MacKenty (talk | contribs) |
||
Line 1: | Line 1: | ||
[[file:computation.png|right|frame|Advanced programming<ref>http://www.flaticon.com/</ref>]] | |||
</ | |||
</ | |||
Collision resistance is a property of cryptographic hash functions: a hash function H is collision resistant if it is hard to find two inputs that hash to the same output; that is, two inputs a and b such that H(a) = H(b), and a ≠ b<ref>https://en.wikipedia.org/wiki/Collision_resistance</ref> | |||
== References == | == References == | ||
<references /> | <references /> | ||
[[Category: | [[Category:programming]] | ||