Skip to content

Commit 29a7a3f

Browse files
authored
Update STRANDLOCK_PROTOCOL.md
1 parent 9cc6636 commit 29a7a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

STRANDLOCK_PROTOCOL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ 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 * 1024 bytes (3 Gigabytes)
127-
- Iterations: 20
126+
- Memory: 1 * 1024³ (1 Gigabyte)
127+
- Iterations: 24
128128
- Output: 64 bytes
129129

130130
`Alice` computes `Bob’s` public-key fingerprint:

0 commit comments

Comments
 (0)