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

mirage-crypto-ec, mirage-crypto-pk: add ohex with-test dependency

+2
+1
mirage-crypto-ec.opam
··· 37 37 "ppx_deriving" {with-test} 38 38 "yojson" {with-test & >= "1.6.0"} 39 39 "asn1-combinators" {with-test & >= "0.3.1"} 40 + "ohex" {with-test & >= "0.2.0"} 40 41 ] 41 42 conflicts: [ 42 43 "ocaml-freestanding"
+1
mirage-crypto-pk.opam
··· 18 18 "dune" {>= "2.7"} 19 19 "ounit2" {with-test} 20 20 "randomconv" {with-test & >= "0.2.0"} 21 + "ohex" {with-test & >= "0.2.0"} 21 22 "mirage-crypto" {=version} 22 23 "mirage-crypto-rng" {=version} 23 24 "digestif" {>= "1.2.0"}