From 068f65339ab273023f56aee84de0b5ea8684ba8d Mon Sep 17 00:00:00 2001 From: wepeng Date: Sun, 20 Oct 2019 18:27:54 +0800 Subject: [PATCH] modify Datset to Dataset --- doc/specs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/specs.md b/doc/specs.md index 4f04142..f2ab8b2 100644 --- a/doc/specs.md +++ b/doc/specs.md @@ -934,7 +934,7 @@ The item data is represented by 8 64-bit integer registers: `r0`-`r7`. 1. XOR all registers with the 64 bytes loaded in step 4 (8 bytes per column in order `r0`-`r7`). 1. Set `cacheIndex` to the value of the register that has the longest dependency chain in the SuperscalarHash function executed in step 5. 1. Set `i = i + 1` and go back to step 4 if `i < RANDOMX_CACHE_ACCESSES`. -1. Concatenate registers `r0`-`r7` in little endian format to get the final Datset item data. +1. Concatenate registers `r0`-`r7` in little endian format to get the final Dataset item data. The constants used to initialize register values in step 1 were determined as follows: