Add U256/U384 and mod-const-prime wrapper utilities of both.
[dnssec-prover] / Cargo.toml
index 9a762deb3f5046e9f32401c0b9779cc2ee20822a..7dd5d41458889d81dc9a9944673bd9c9ee6c5b30 100644 (file)
@@ -26,6 +26,9 @@ bitcoin_hashes = { version = "0.14", default-features = false, optional = true }
 hex_lit = { version = "0.1", default-features = false, features = ["rust_v_1_46"], optional = true }
 tokio_crate = { package = "tokio", version = "1.0", default-features = false, optional = true }
 
+[target.'cfg(fuzzing)'.dependencies]
+ibig = { version = "0.3", optional = true }
+
 [dev-dependencies]
 hex-conservative = { version = "0.1", default-features = false, features = ["alloc"] }
 base64 = "0.21"