X-Git-Url: http://git.euphorik.ch/?p=rup.git;a=blobdiff_plain;f=src%2Fcrypto.rs;h=3a83d8c73ab2cf719ce5781b4e9121cd4f2d5f7f;hp=419055252cd971e82d35fecbcb2595ca128192f0;hb=a2d9b44b27798e2c8a759b2b78d64fc3c6fd9910;hpb=3579135886b85a80569501f1abb5ae7a56f6865e diff --git a/src/crypto.rs b/src/crypto.rs index 4190552..3a83d8c 100644 --- a/src/crypto.rs +++ b/src/crypto.rs @@ -1,5 +1,8 @@ + + pub fn encrypt(key: &str, plain_text: &str) -> String { + dbg!(key); String::new() }