We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e99340 commit 3e88c88Copy full SHA for 3e88c88
1 file changed
kg.py
@@ -75,7 +75,7 @@ def generate_single(k: dsa.DSAPrivateKey, id1: int, id2: int, hwid: str) -> str:
75
76
77
def generate_all(k: dsa.DSAPrivateKey, hwid: str) -> str:
78
- yield generate_single(k, 0x0, 0xa0, hwid)
+ yield generate_single(k, 0x0, 0xb0, hwid)
79
for i in range(0x40, 0xff + 1):
80
yield generate_single(k, i, 0x10, hwid)
81
for i in range(0x8000, 0x80ff + 1):
0 commit comments