kdf - Key Derivation Functions#
This repository provides multiple already specified key derivation functions in and for OCaml:
Documentation#
Installation#
opam install kdf will install the latest released version.
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gz
E505: add missing .mli files for merlint/lib/sexp, monopam-info, and
monopam/lib/{add,clean,ctx,diff,init,pull,push,remove}.
E510: add log source to ca-certs/test/tests.ml.
E410: fix doc ending period in kdf/scrypt.
E415: add pp to ocaml-agent config and runtime_config.
E331: remove redundant get_/make_/find_/create_ prefixes.
E320: remove redundant module prefixes (Diff.diff→compute,
Pull.pull→run, Push.push→run, Remove.remove→run, etc).
Add pp pretty-printers to Config and Runtime_config modules to satisfy
E415 missing pretty-printer lint rule. Fix trailing period in scrypt.mli
doc comment.
E410: Fix documentation style in 14 .mli files — add [name args] format,
correct function names (create→v, scrypt_kdf→scrypt), fix arg counts
for tuple params and pp functions, add trailing periods.
E400/E600: Add per-module log sources (ca-certs), restructure kdf and
monopam tests to use suite convention with proper .mli files, add
missing .mli files for monopam command modules.