Skip to content

Commit

Permalink
fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
4t145 committed May 16, 2024
1 parent 782980a commit 9c18c2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tardis/src/crypto/crypto_digest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pub mod algorithm {
pub use sha1::Sha1;
pub use sha2::{OidSha224, OidSha256, OidSha384, OidSha512, Sha224, Sha256, Sha384, Sha512};
pub use sm3::Sm3;
pub use hex;
pub type HmacSha1 = Hmac<Sha1>;
pub type HmacSha256 = Hmac<Sha256>;
pub type HmacSha512 = Hmac<Sha512>;
Expand Down

0 comments on commit 9c18c2a

Please sign in to comment.