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