Skip to content

Commit 3b4ddfe

Browse files
authored
Update STRANDLOCK_PROTOCOL.md
1 parent 816a989 commit 3b4ddfe

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
@@ -123,7 +123,7 @@ ARGON2ID_SALT = SHA3-512(BOB_SMP_NONCE || ALICE_SMP_NONCE)[:16]
123123
```
124124

125125
`Alice` derives `answer_secret` using `Argon2id` with the `salt`, and the following paramaters:
126-
- Memory: 3072 * 1024 bytes (3 Gigabytes)
126+
- Memory: 3072 * 1024 * 1024 bytes (3 Gigabytes)
127127
- Iterations: 50000 (50k)
128128
- Output: 64 bytes
129129

0 commit comments

Comments
 (0)