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): resolve remaining E205 Printf usage in wycheproof.ml

+1 -1
+1 -1
test/ec/wycheproof/wycheproof.ml
··· 593 593 List.concat_map to_ecdsa_tests groups 594 594 595 595 let to_x25519_test (x : ecdh_test) = 596 - let name = Printf.sprintf "%d - %s" x.tc_id x.comment 596 + let name = Fmt.str "%d - %s" x.tc_id x.comment 597 597 and priv = 598 598 match X25519.secret_of_octets x.private_ with 599 599 | Ok (p, _) -> p