Added word on line 12 (#33392)
I added the word "the" before "collision" on line 12.
This commit is contained in:
@ -9,7 +9,7 @@ title: Basic blockchain implementation
|
|||||||
## Quick explanation:
|
## Quick explanation:
|
||||||
|
|
||||||
Blockchain is a list of blocks with "every block contain verified content of the previous block".
|
Blockchain is a list of blocks with "every block contain verified content of the previous block".
|
||||||
Then we use collision-free attribute of the cryptographic hash function to verify "the content of the previous block".
|
Then we use the collision-free attribute of the cryptographic hash function to verify "the content of the previous block".
|
||||||
This example will use SHA256 hash function, and use built-in ArrayList type of Java.
|
This example will use SHA256 hash function, and use built-in ArrayList type of Java.
|
||||||
|
|
||||||
## Basic struture:
|
## Basic struture:
|
||||||
|
Reference in New Issue
Block a user