summaryrefslogtreecommitdiff
path: root/utils/nwztools/upgtools/fwp.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nwztools/upgtools/fwp.h')
-rw-r--r--utils/nwztools/upgtools/fwp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/nwztools/upgtools/fwp.h b/utils/nwztools/upgtools/fwp.h
index 7b527d47ba..0d928fbec1 100644
--- a/utils/nwztools/upgtools/fwp.h
+++ b/utils/nwztools/upgtools/fwp.h
@@ -28,8 +28,9 @@ extern "C" {
28#endif 28#endif
29 29
30#define NWZ_KAS_SIZE 32 30#define NWZ_KAS_SIZE 32
31#define NWZ_KEYSIG_SIZE 51 31#define NWZ_KEYSIG_SIZE 16
32#define NWZ_KEY_SIZE 8 32#define NWZ_KEY_SIZE 8
33#define NWZ_SIG_SIZE 8
33#define NWZ_EXPKEY_SIZE (NWZ_KEY_SIZE * NWZ_KEY_SIZE) 34#define NWZ_EXPKEY_SIZE (NWZ_KEY_SIZE * NWZ_KEY_SIZE)
34#define NWZ_DES_BLOCK 8 35#define NWZ_DES_BLOCK 8
35 36