sept-s: fix building without keys (output won't work though)
This commit is contained in:
7
sept/sept-secondary/KEYS_template.py
Normal file
7
sept/sept-secondary/KEYS_template.py
Normal file
@@ -0,0 +1,7 @@
|
||||
HOVI_ENC_KEY_PRD = '00000000000000000000000000000000'.decode('hex')
|
||||
HOVI_ENC_KEY_DEV = '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')
|
||||
IV = '00000000000000000000000000000000'.decode('hex')
|
||||
Reference in New Issue
Block a user