We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349b2ea commit fe8ac1eCopy full SHA for fe8ac1e
1 file changed
Cargo.toml
@@ -28,12 +28,15 @@ path = "src/lib.rs"
28
[features]
29
unstable = []
30
default = ["std"]
31
-fuzztarget = []
32
std = ["rand/std"]
33
recovery = []
34
endomorphism = []
35
lowmemory = []
+
36
+# Do not use this feature! HAZMAT. (meant for Bitcoin Core only)
37
dont_replace_c_symbols = []
38
+# Do not use this feature! HAZMAT. (meant for Fuzzing only. this is *BROKEN CRYPTOGRAPHY*)
39
+fuzztarget = []
40
41
[dev-dependencies]
42
rand = "0.6"
0 commit comments