Skip to content

Commit

Permalink
/
Browse files Browse the repository at this point in the history
  • Loading branch information
horacehoff committed Aug 31, 2024
1 parent 342e414 commit e0b99d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ use std::fs::File;
use std::io::{Write, BufReader, BufRead, Read};
use std::time::Duration;
use colored::Colorize;
use lib::hash::encrypt_data;
use lib::hash::decrypt_data;
use lib::hash::{encrypt_data, decrypt_data};
use serde::Serialize;
use serde::Deserialize;
use sha2::Digest;
Expand Down

0 comments on commit e0b99d9

Please sign in to comment.