upstream: github.com/robur-coop/kdf
0
fork

Configure Feed

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.

+1 -1
+1 -1
scrypt/scrypt.mli
··· 16 16 [dk_len] octets. [n], the cost parameter, must be larger than 1 and a power 17 17 of 2. [p], the parallelization parameter, must be a possitive integer and 18 18 less than or equal to 2^32 - 1 / (4 * r) 19 - @raise Invalid_argument when either [n], [p] or [dk_len] are not valid *) 19 + @raise Invalid_argument when either [n], [p] or [dk_len] are not valid. *)