Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhexists committed Dec 7, 2023
1 parent 9163c7d commit 18ded58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hash.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//Docummentation - https://docs.rs/sha256/latest/sha256/

use sha256::{digest, try_digest};
use sha256::digest;

pub fn hash_in_SHA256(string_to_hash: &str) -> String {
let input_string: String = String::from(&string_to_hash.to_string());
Expand Down

0 comments on commit 18ded58

Please sign in to comment.