File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1+ Zxcvbn
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ homepage: "https://github.com/cryptosense/ocaml-zxcvbn"
55bug-reports: "https://github.com/cryptosense/ocaml-zxcvbn/issues"
66license: "BSD-2"
77dev-repo: "https://github.com/cryptosense/ocaml-zxcvbn.git"
8+ doc: "https://cryptosense.github.io/ocaml-zxcvbn/doc"
89build: [
910 [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]
1011]
Original file line number Diff line number Diff line change 1+ (* * Bindings to the zxcvbn password strength estimation library *)
2+
13module Match : sig
24 type typ =
35 | Non_match
@@ -25,4 +27,5 @@ module Match : sig
2527 [@@ deriving eq , ord , show ]
2628end
2729
30+ (* * Return the overall password entropy estimation and the list of match *)
2831val matches : string -> float * Match .t list
You can’t perform that action at this time.
0 commit comments