From f5695145ef14e000b31f2e5f6cef783d16502f72 Mon Sep 17 00:00:00 2001 From: hexkyz Date: Thu, 21 Feb 2019 15:25:08 +0000 Subject: [PATCH] sept-secondary: Better meme compliance --- sept/sept-secondary/KEYS_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sept/sept-secondary/KEYS_template.py b/sept/sept-secondary/KEYS_template.py index a4a0ee971..be51e754f 100644 --- a/sept/sept-secondary/KEYS_template.py +++ b/sept/sept-secondary/KEYS_template.py @@ -1,7 +1,7 @@ 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') -IV = '00000000000000000000000000000000'.decode('hex') \ No newline at end of file