Skip to content

Commit

Permalink
Fix wrong info on Hash Fingerprint (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
Madalosso authored Nov 25, 2024
1 parent c8c2e0f commit aafe8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ These properties make hash functions key for ensuring data integrity and uniquen

Due to the properties of a Hash, it is often referred to as a fingerprint.

For context, a 32-byte hash has 2^32 different possible outputs. This is nearly as many atoms as there are in the whole universe!
For context, a 32-byte hash has 2^256 different possible outputs. This is nearly as many atoms as there are in the whole universe!

This uniqueness property helps blockchain nodes come to consensus with one another.

Expand Down

0 comments on commit aafe8ad

Please sign in to comment.