From 5c52dc0bd786ad70191afd183d376599197cdc36 Mon Sep 17 00:00:00 2001 From: WitherOrNot Date: Fri, 5 Jun 2026 23:29:21 -0400 Subject: [PATCH] Update BINK.md --- BINK.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BINK.md b/BINK.md index 5b35d87..d9a35ac 100644 --- a/BINK.md +++ b/BINK.md @@ -263,7 +263,7 @@ This sequence number encoding allows for values above 999999, so care should be 4. Let $h$ be integer formed by the lower 31 bits of `digest2` 5. Compute `digest1 = SHA1(5D || m || h || a || 00 00)` 6. Let $e$ be the integer formed by the lower 62 bits of `digest1` -7. Let $s = \frac{-ek + \sqrt{\left(ek\right)^2 + 4c}}{2} \pmod {n}$ +7. Let $s = \frac{ek + \sqrt{\left(ek\right)^2 + 4c}}{2} \pmod {n}$ 8. Compute $a$ by unknown algorithm 9. Pack $s$, $h$, and $m$, and $a$ into a 114-bit integer 10. Convert this integer into a product key, using base-24 conversion