···593593 List.concat_map to_ecdsa_tests groups
594594595595let to_x25519_test (x : ecdh_test) =
596596- let name = Printf.sprintf "%d - %s" x.tc_id x.comment
596596+ let name = Fmt.str "%d - %s" x.tc_id x.comment
597597 and priv =
598598 match X25519.secret_of_octets x.private_ with
599599 | Ok (p, _) -> p