upstream: https://github.com/mirage/mirage-crypto
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

crypto: Fmt.kstr instead of Printf.ksprintf (merlint E200)

+1 -1
+1 -1
test/test_pure.ml
··· 15 15 Fmt.str "%02x" (Char.code (String.get s i)))) 16 16 17 17 let fail fmt = 18 - Printf.ksprintf 18 + Fmt.kstr 19 19 (fun s -> 20 20 Fmt.pr "FAIL: %s\n" s; 21 21 exit 1)