Skip to content

Commit 3c21ff0

Browse files
authored
Update STRANDLOCK_PROTOCOL.md
1 parent 572b9e7 commit 3c21ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STRANDLOCK_PROTOCOL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ Using raw entropy does not guarantee it is uniform. As `CSPRNG` entropy is usual
582582
The reason we use SHA3_512 specifically, and truncate to size we need, is actually 3 separate reasons:
583583
- Less code is called: Depending on one hashing algorithm, means we have to call less code with potentinally untrusted input.
584584
- `SHA3_512` internal state can store more entropy than for instance `SHA3_256`.
585-
- `SHA3` in general, is proven to be better resistant to `Shor's` algorithm, which makes it better long-term than (for instance) `SHA2`.
585+
- `SHA3` in general, is proven to be better resistant to `Groover's` algorithm, which makes it better long-term than (for instance) `SHA2`.
586586
-
587587

588588
**Question**

0 commit comments

Comments
 (0)