package zxcvbn

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Zxcvbn.MatchSource

Sourcetype kind =
  1. | Non_match
  2. | Brute_match
  3. | Dictionnary_match
  4. | Dict_leet_match
  5. | User_match
  6. | User_leet_match
  7. | Repeats_match
  8. | Sequence_match
  9. | Spatial_match
  10. | Date_match
  11. | Year_match
  12. | Unknown_match of int
Sourceval compare_kind : kind -> kind -> Ppx_deriving_runtime.int
Sourcetype t = {
  1. beginning : int;
  2. length : int;
  3. entropy : float;
  4. kind : kind;
  5. multipart : bool;
  6. multipart_entropy : float;
}
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
OCaml

Innovation. Community. Security.