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

Configure Feed

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

fix(lint): replace Printf/Format with Fmt across remaining packages

Migrate Printf.sprintf to Fmt.str, Format.fprintf to Fmt.pf, and
Format.pp_print_string to Fmt.string across bundle, gpt, hap, homebrew,
jsonwt, matter, mbr, meross, paseto, precommit, publicsuffix, qemu,
retry, sdnv, slack, sle, space-packet, spake2, sqlite, squashfs, tar,
tc, tcf, tcpcl, tm, tomlt, tty, uslp, vlog, wal, wire, yamlrw, yamlt,
osrelease, space, xdge, and crypto test runner.

+5 -6
+2 -2
tests/dune
··· 35 35 ; see https://github.com/mirage/mirage-crypto/issues/216 36 36 37 37 (test 38 - (name test_ec) 39 - (modules test_ec) 38 + (name test_ec_runner) 39 + (modules test_ec test_ec_runner) 40 40 (libraries test_common alcotest crypto-ec crypto-rng.unix) 41 41 (package crypto-ec)) 42 42
-4
tests/test_ec.ml
··· 1149 1149 ("P384 Point module", point_module_tests (module P384) "P384"); 1150 1150 ("P521 Point module", point_module_tests (module P521) "P521"); 1151 1151 ] 1152 - 1153 - let () = 1154 - Crypto_rng_unix.use_default (); 1155 - Alcotest.run "EC" suite
+3
tests/test_ec_runner.ml
··· 1 + let () = 2 + Crypto_rng_unix.use_default (); 3 + Alcotest.run "EC" Test_ec.suite
tests/test_ec_wycheproof_runner.ml

This is a binary file and will not be displayed.