From 1c1b784a6432e71caf257a3175c5aae7bbdd6be0 Mon Sep 17 00:00:00 2001 From: Chiro Hiro Date: Sat, 22 May 2021 09:44:50 +0700 Subject: [PATCH] update document description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bcec39..8872977 100644 --- a/README.md +++ b/README.md @@ -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