summaryrefslogtreecommitdiffstats
path: root/src/proof.rs
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-06-16 14:36:40 +0000
committerSanto Cariotti <santo@dcariotti.me>2025-06-16 14:36:40 +0000
commitbd88ce87928d31d0e569e82eaf760c32aa88dd38 (patch)
treeda2741385b3a7dd55be059fe0d7749229e1562f3 /src/proof.rs
parentc97f558c45b4f40b352cb6a0edf3aa9f4b0474f2 (diff)
Remove feature
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"];