Skip to content

Commit

Permalink
update document description
Browse files Browse the repository at this point in the history
  • Loading branch information
chiro-hiro committed May 22, 2021
1 parent 44baec3 commit 1c1b784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Do not use this algorithm in gambling and/or use at your own risk. Definitely do

## The idea

We get `blockhash` of 32th older blocks from blockchain and combine with `immortal` by using `xor` operator then appending to blockchain state.
We get `blockhash` of 32 th older blocks from blockchain and combine with `immortal` by using `xor` operator then calculate its digest by using `keccak256` hash function. The new `immortal` value will be assigned with given digest from above step.

```
immortal <- blockchain state
Expand Down

0 comments on commit 1c1b784

Please sign in to comment.