From bd88ce87928d31d0e569e82eaf760c32aa88dd38 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 16 Jun 2025 16:36:40 +0200 Subject: Remove feature --- src/proof.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/proof.rs') 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"]; -- cgit v1.2.3-71-g8e6c