X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=src%2Fcrypto.rs;h=caf34f7cd10b7f2f50ee10ea0e83cbd3416d1ed4;hb=HEAD;hp=3a83d8c73ab2cf719ce5781b4e9121cd4f2d5f7f;hpb=a2d9b44b27798e2c8a759b2b78d64fc3c6fd9910;p=rup.git diff --git a/src/crypto.rs b/src/crypto.rs deleted file mode 100644 index 3a83d8c..0000000 --- a/src/crypto.rs +++ /dev/null @@ -1,13 +0,0 @@ - - - -pub fn encrypt(key: &str, plain_text: &str) -> String { - dbg!(key); - String::new() -} - -pub fn decrypt(key: &str, cypher_text: &str) -> Option { - - println!("cypher: {}", cypher_text); - Some(String::new()) -}