From f36506427013613601baa5778024cd6c1b4a01de Mon Sep 17 00:00:00 2001 From: WitherOrNot Date: Sat, 23 Sep 2023 02:53:43 -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 8a61fc8..212848f 100644 --- a/BINK.md +++ b/BINK.md @@ -213,7 +213,7 @@ The constant $n$, not included in the BINK, is the order of the point $G$. 3. Compute the elliptic curve point $R = hK + sG$ 4. Compute `digest = SHA1(m || R.x || R.y)`, where `||` represents byte concatenation 5. Convert `digest` to an integer -6. Let $h_t$ be the upper 28 bits of `digest` +6. Let $h_t$ be the lower 28 bits of `digest` 7. Compare $h$ and $h_t$, if they are equal, the product key is valid #### Generation