diff options
Diffstat (limited to 'arm9/lib/include/DGT_common.h')
-rw-r--r-- | arm9/lib/include/DGT_common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arm9/lib/include/DGT_common.h b/arm9/lib/include/DGT_common.h new file mode 100644 index 00000000..c74ae7cd --- /dev/null +++ b/arm9/lib/include/DGT_common.h @@ -0,0 +1,6 @@ +#ifndef NITRO_DGT_COMMON_H_ +#define NITRO_DGT_COMMON_H_ + +#define DGT_HASH2_DIGEST_SIZE (160/8) + +#endif //NITRO_DGT_COMMON_H_ |