Hash Functions
Learn hash functions with a specific focus on the keccak256 algorithm.
We'll cover the following...
Our journey starts with cryptography. It starts here because cryptography is a critical component of blockchain technology—it is used to secure the data stored on the blockchain. Without cryptography, the data in the blockchain would be vulnerable to attack.
Before understanding how encryption and digital signatures work, we need to understand hash functions. They are a fundamental part of modern cryptography used in almost all cryptographic systems. As the famous cryptographer
Functions
In computing, a function is a process or relation that produces a specific output for a given input. ...