Hash Digest
- •
def
- •
the output of a hashing algorithm — a seemingly random, fixed-length string of letters and numbers, unique to the specific input that produced it
- •
- •
- •
challenge
- •
a hashing algorithm has to be able to represent a practically infinite range of possible inputs — all data that has existed, exists, or ever will exist — using a finite-length digest
- •
- •
related