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 ==") |
|||
| (One intermediate revision by the same user not shown) | |||
| 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 | ||
Latest revision as of 16: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