We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816a989 commit 3b4ddfeCopy full SHA for 3b4ddfe
STRANDLOCK_PROTOCOL.md
@@ -123,7 +123,7 @@ ARGON2ID_SALT = SHA3-512(BOB_SMP_NONCE || ALICE_SMP_NONCE)[:16]
123
```
124
125
`Alice` derives `answer_secret` using `Argon2id` with the `salt`, and the following paramaters:
126
-- Memory: 3072 * 1024 bytes (3 Gigabytes)
+- Memory: 3072 * 1024 * 1024 bytes (3 Gigabytes)
127
- Iterations: 50000 (50k)
128
- Output: 64 bytes
129
0 commit comments