Difference between revisions of "Bitcoin and Cryptocurrency Technologies"
Jump to navigation
Jump to search
(Created page with "https://www.coursera.org/learn/cryptocurrency == Cryptographic Hash Functions ==") |
|||
Line 2: | Line 2: | ||
== Cryptographic Hash Functions == | == Cryptographic Hash Functions == | ||
+ | |||
+ | === Hash Function === | ||
+ | |||
+ | - Takes any string as input | ||
+ | - Fixed-size output (we'll use 256 bits) | ||
+ | - efficiently computable | ||
+ | |||
+ | Security properties: | ||
+ | |||
+ | - Collision-free | ||
+ | - Hiding | ||
+ | - Puzzle-friendly |
Revision as of 17:33, 22 July 2017
https://www.coursera.org/learn/cryptocurrency
Cryptographic Hash Functions
Hash Function
- Takes any string as input - Fixed-size output (we'll use 256 bits) - efficiently computable
Security properties:
- Collision-free - Hiding - Puzzle-friendly