fix: import Sha256 from sha2 crate to resolve name conflict

This commit is contained in:
Andrew Phillips (aider)
2025-05-12 18:50:36 -03:00
parent b481a14a23
commit 3c9c69893c

View File

@@ -1,4 +1,5 @@
use std::io;
use sha2::{Digest, Sha256};
#[derive(Debug, Eq, PartialEq, Clone, Default)]
pub struct DigestEngineSha256 {