Select the types of activity you want to include in your feed.
fix(lint): resolve E415 in ocaml-agent, fix doc style in kdf/scrypt
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.
···1616 [dk_len] octets. [n], the cost parameter, must be larger than 1 and a power
1717 of 2. [p], the parallelization parameter, must be a possitive integer and
1818 less than or equal to 2^32 - 1 / (4 * r)
1919- @raise Invalid_argument when either [n], [p] or [dk_len] are not valid *)
1919+ @raise Invalid_argument when either [n], [p] or [dk_len] are not valid. *)