This commit is contained in:
BuildTools 2024-11-11 20:44:01 +01:00
parent dc9fc1e217
commit 7ec104068c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class Key:
RSA128 = 0x0001
ChainedLicense = 0x0002
ECC256 = 0x0003
ECCforScalableLicenses = 4
ECCforScalableLicenses = 0x0004
UNKNOWN = 0xffff
@classmethod