From 95284d5ed66f3ae74db4861e0118d4ad2486556b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 3 Nov 2018 19:41:01 +0100 Subject: trial: Set a proper encryption key Remove the TODO key and use a real one instead. A description of the program. --- src/trial.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/trial.rs b/src/trial.rs index a6f670c..df97ed1 100644 --- a/src/trial.rs +++ b/src/trial.rs @@ -14,7 +14,11 @@ use errors::*; const DAYS_REMAINING: u8 = 30; -const KEY: &'static str = "TODO SECRET"; +const KEY: &'static str = " +DomeKey enables customisation of headphone buttons. The *dome-key* +program runs in the background listening to button events, executing +user-defined actions in response to these events. +"; /// Entry point to the trial handler. Initialises a trial file or reads a /// timestamp from the existing one. If a trial is ongoing, print the number of -- cgit v1.2.3