Skip to content

Commit

Permalink
Merge pull request #138 from evil-maid/patch-9
Browse files Browse the repository at this point in the history
Update seedphrase.txt - grammar fix
  • Loading branch information
ecdsa committed Oct 3, 2021
2 parents 6c68219 + 60b53a5 commit e87e557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seedphrase.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ of bits of difficulty added by key stretching: m =
log2(stretching_iterations). Let k denote the length of the prefix, in
bits.

On each iteration of the attack, the probability to obtain a valid seed is p = 2^-k
On each iteration of the attack, the probability of obtaining a valid seed is p = 2^-k

The number of hashes required to test a candidate seed is: p * (1+2^m) + (1-p)*1 = 1 + 2^(m-k)

Expand Down

0 comments on commit e87e557

Please sign in to comment.