From 418f98488364083a20f8cb58e07e0d7f0b85cf76 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Mon, 31 Jul 2023 15:14:24 -0700 Subject: [PATCH] Typo --- content/posts/password-strength.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/password-strength.gmi b/content/posts/password-strength.gmi index eddcd73..589ba8c 100644 --- a/content/posts/password-strength.gmi +++ b/content/posts/password-strength.gmi @@ -100,7 +100,7 @@ A good value for T would be the average temperature of the entire observable uni Every guess, the MOAC expends kT energy. Let E = the total amount of energy the MOAC can use; let B = the maximum number of guesses the MOAC can execute before running out of energy. -```` +``` B = E/(kT) ```