aboutsummaryrefslogtreecommitdiffhomepage
path: root/zxcvbn.h
diff options
context:
space:
mode:
Diffstat (limited to 'zxcvbn.h')
-rw-r--r--zxcvbn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zxcvbn.h b/zxcvbn.h
index db08556..796d6b4 100644
--- a/zxcvbn.h
+++ b/zxcvbn.h
@@ -79,6 +79,7 @@ struct ZxcMatch
int Begin; /* Char position of begining of match */
int Length; /* Number of chars in the match */
double Entrpy; /* The entropy of the match */
+ double MltEnpy; /* Entropy with additional allowance for multipart password */
ZxcTypeMatch_t Type; /* Type of match (Spatial/Dictionary/Order/Repeat) */
struct ZxcMatch *Next;
};