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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user