mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Fix major typo (wrong sign, + -> -)
This commit is contained in:
parent
069bedbb7b
commit
eb1a03f4be
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ A more involved approach to picking a good value might utilize the Plank-Einstei
|
||||||
|
|
||||||
=> https://en.wikipedia.org/wiki/Planck%E2%80%93Einstein_relation Plank-Einstein relation (Wikipedia)
|
=> https://en.wikipedia.org/wiki/Planck%E2%80%93Einstein_relation Plank-Einstein relation (Wikipedia)
|
||||||
|
|
||||||
It's also probably a better idea to make this value an estimate for flipping a single bit, and to estimate the average number of bit-flips it takes to make a single password guess. If that bothers you, pick a number b you believe to be a good estimate for a bit-flip-count and calculate P(n+b, e) instead of P(n, e).
|
It's also probably a better idea to make this value an estimate for flipping a single bit, and to estimate the average number of bit-flips it takes to make a single password guess. If that bothers you, pick a number b you believe to be a good estimate for a bit-flip-count and calculate P(n-b, e) instead of P(n, e).
|
||||||
|
|
||||||
What's the temperature of the system? Three pieces of information help us find out:
|
What's the temperature of the system? Three pieces of information help us find out:
|
||||||
|
|
||||||
|
|
|
@ -124,7 +124,7 @@ relation](https://en.wikipedia.org/wiki/Planck%E2%80%93Einstein_relation).
|
||||||
It's also probably a better idea to make this value an estimate for flipping a single
|
It's also probably a better idea to make this value an estimate for flipping a single
|
||||||
bit, and to estimate the average number of bit-flips it takes to make a single
|
bit, and to estimate the average number of bit-flips it takes to make a single
|
||||||
password guess. If that bothers you, pick a number `b` you believe to be a good
|
password guess. If that bothers you, pick a number `b` you believe to be a good
|
||||||
estimate for a bit-flip-count and calculate `P(n+b, e)` instead of `P(n, e)`.
|
estimate for a bit-flip-count and calculate `P(n-b, e)` instead of `P(n, e)`.
|
||||||
|
|
||||||
What's the temperature of the system? Three pieces of information help us find out:
|
What's the temperature of the system? Three pieces of information help us find out:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue