VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Resource.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-10-14 17:14:54 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:23:53 +0100
commit68f16dae244752e8bdf112e8feeb6a0839088a3e (patch)
tree94b1f5ab11b4d08661d838704bf08c14eb2e46a4 /src/Common/Resource.h
parentf38cf0b6943da24c802424f53588b54aada48fd8 (diff)
downloadVeraCrypt-68f16dae244752e8bdf112e8feeb6a0839088a3e.tar.gz
VeraCrypt-68f16dae244752e8bdf112e8feeb6a0839088a3e.zip
Implement support for creating and booting encrypted partition using SHA-256. Support SHA-256 for normal volumes as well.
Diffstat (limited to 'src/Common/Resource.h')
-rw-r--r--src/Common/Resource.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/Common/Resource.h b/src/Common/Resource.h
index 72844e29..9d04e444 100644
--- a/src/Common/Resource.h
+++ b/src/Common/Resource.h
@@ -43,6 +43,22 @@
#define IDD_NEW_TOKEN_KEYFILE 539
#define IDD_RANDOM_POOL_ENRICHMENT 540
#define IDI_TRUECRYPT_MOUNTED_ICON 541
+#define IDR_BOOT_SECTOR_SHA2 542
+#define IDR_BOOT_SECTOR_AES_SHA2 543
+#define IDR_BOOT_SECTOR_SERPENT_SHA2 544
+#define IDR_BOOT_SECTOR_TWOFISH_SHA2 545
+#define IDR_BOOT_LOADER_SHA2 546
+#define IDR_BOOT_LOADER_AES_SHA2 547
+#define IDR_BOOT_LOADER_SERPENT_SHA2 548
+#define IDR_BOOT_LOADER_TWOFISH_SHA2 549
+#define IDR_RESCUE_BOOT_SECTOR_SHA2 550
+#define IDR_RESCUE_BOOT_SECTOR_AES_SHA2 551
+#define IDR_RESCUE_BOOT_SECTOR_SERPENT_SHA2 552
+#define IDR_RESCUE_BOOT_SECTOR_TWOFISH_SHA2 553
+#define IDR_RESCUE_LOADER_SHA2 554
+#define IDR_RESCUE_LOADER_AES_SHA2 555
+#define IDR_RESCUE_LOADER_SERPENT_SHA2 556
+#define IDR_RESCUE_LOADER_TWOFISH_SHA2 557
#define IDC_HW_AES_LABEL_LINK 5000
#define IDC_HW_AES 5001
#define IDC_PARALLELIZATION_LABEL_LINK 5002