summaryrefslogtreecommitdiffstats
path: root/src/proof.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof.rs')
-rw-r--r--src/proof.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proof.rs b/src/proof.rs
index d2d1c0f..10eb825 100644
--- a/src/proof.rs
+++ b/src/proof.rs
@@ -167,7 +167,6 @@ mod tests {
}
#[test]
- #[cfg(feature = "sha256")]
fn test_proof_generation_and_verification_sha256() {
let hasher = SHA256Hasher::new();
let data = vec!["a", "b", "c", "d"];