Update BINK.md

This commit is contained in:
WitherOrNot
2026-05-08 03:07:07 -04:00
committed by GitHub
parent e8cacad09d
commit f6e86bc5e3
+1 -1
View File
@@ -253,7 +253,7 @@ Unlike in BINK1998, the sequence number is not directly encoded in the product k
Treating `digest2` as an array of DWORDs in little endian order, `sequence = ((digest2[1] >> 13) << 1) | (digest2[0] >> 31)`.
This sequence number encoding allows for values above 999999, so care should be taken to avoid these values, as they can affect the resulting Channel ID when being decoded.
This sequence number encoding allows for values above 999999, so care should be taken to avoid these values when generating keys, as they can affect the resulting Channel ID when being decoded.
#### Generation