1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Windows: Add password length and pin value defined to SDK header

This commit is contained in:
Mounir IDRASSI
2025-06-13 22:25:08 +09:00
parent 4402d153b9
commit 79f7791036

View File

@@ -31,6 +31,9 @@
#define VCF_API __declspec(dllimport)
#endif
#define VC_MAX_PASSWORD 128 // Maximum possible password length
#define VC_MAX_PIM_VALUE 2147468 // Maximum value to have a positive 32-bit result for formula 15000 + (PIM x 1000)
#ifdef __cplusplus
extern "C" {
#endif