From f8c18022ae52c518a10b5cffc1f31b33577ba715 Mon Sep 17 00:00:00 2001 From: lexzach Date: Fri, 9 Aug 2024 15:04:25 -0400 Subject: [PATCH] moved some stuff around --- .../alternate-chart.odt | Bin .../alternate-chart.pdf | Bin .../dice-one-time-pad.odt | Bin .../dice-one-time-pad.pdf | Bin README.md | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) rename alternate-chart.odt => Instructions/alternate-chart.odt (100%) rename alternate-chart.pdf => Instructions/alternate-chart.pdf (100%) rename dice-one-time-pad.odt => Instructions/dice-one-time-pad.odt (100%) rename dice-one-time-pad.pdf => Instructions/dice-one-time-pad.pdf (100%) diff --git a/alternate-chart.odt b/Instructions/alternate-chart.odt similarity index 100% rename from alternate-chart.odt rename to Instructions/alternate-chart.odt diff --git a/alternate-chart.pdf b/Instructions/alternate-chart.pdf similarity index 100% rename from alternate-chart.pdf rename to Instructions/alternate-chart.pdf diff --git a/dice-one-time-pad.odt b/Instructions/dice-one-time-pad.odt similarity index 100% rename from dice-one-time-pad.odt rename to Instructions/dice-one-time-pad.odt diff --git a/dice-one-time-pad.pdf b/Instructions/dice-one-time-pad.pdf similarity index 100% rename from dice-one-time-pad.pdf rename to Instructions/dice-one-time-pad.pdf diff --git a/README.md b/README.md index f04b8ab..d0cf4d7 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ Using dice, one can generate a One-Time Pad and encrypt a message that is impossible to decrypt without the One-Time Pad given to a recipient. -### [Main Instructions](https://code.lexza.ch/Lexzach/dice-one-time-pad/raw/branch/main/dice-one-time-pad.pdf) -### [Alternate Chart](https://code.lexza.ch/Lexzach/dice-one-time-pad/raw/branch/main/alternate-chart.pdf) +### [Main Instructions](https://code.lexza.ch/Lexzach/dice-one-time-pad/raw/branch/main/Instructions/dice-one-time-pad.pdf) +### [Alternate Chart](https://code.lexza.ch/Lexzach/dice-one-time-pad/raw/branch/main/Instructions/alternate-chart.pdf)