mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-18 21:07:23 +01:00
8 lines
476 B
Python
8 lines
476 B
Python
HOVI_ENC_KEY_PRD = '00000000000000000000000000000000'.decode('hex')
|
|
HOVI_ENC_KEY_DEV = '00000000000000000000000000000000'.decode('hex')
|
|
HOVI_ENC_KEY_IV1 = '00000000000000000000000000000000'.decode('hex')
|
|
HOVI_SIG_KEY_PRD = '00000000000000000000000000000000'.decode('hex')
|
|
HOVI_SIG_KEY_DEV = '00000000000000000000000000000000'.decode('hex')
|
|
HOVI_KEK_KEY_PRD = '00000000000000000000000000000000'.decode('hex')
|
|
HOVI_KEK_KEY_DEV = '00000000000000000000000000000000'.decode('hex')
|