diff --git a/Cargo.toml b/Cargo.toml index fe778665..171f5285 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ rand_chacha = "0.2" [features] default = ["std", "avx2_backend"] avx2_backend = ["curve25519-dalek/avx2_backend"] -yoloproofs = [] +# yoloproofs = [] std = ["rand", "rand/std", "thiserror"] [[test]]