Update BINK.md

This commit is contained in:
WitherOrNot 2023-09-23 02:53:43 -04:00 committed by GitHub
parent 8dc8903c14
commit f365064270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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