Add decipher function.
[rup.git] / src / consts.rs
index 3f0da11..3a1ef9e 100644 (file)
@@ -1,2 +1,4 @@
 pub static FILE_CONF: &str = "conf.ron";\r
-pub static FILE_KEY: &str = "key.secret";
\ No newline at end of file
+pub static FILE_KEY: &str = "key.secret";\r
+pub static CURRENT_MESSAGE_VERSION: &str = "1";\r
+pub static DEFAULT_MESSAGE: &str = "Marc, roule un pet'!";
\ No newline at end of file