From c5007ad6fa31273b5de794596f5da376b23264f9 Mon Sep 17 00:00:00 2001 From: Avril Date: Wed, 14 Apr 2021 03:51:35 +0100 Subject: [PATCH] begin rework --- src/lib.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 74106d8..72b624a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,7 +8,10 @@ #[allow(unused_imports)] use ext::*; // Wrapper for plain/symm-enc stream swapping -mod dual; + +// TODO: We're getting rid of this and swithcing to a different model. +//mod dual; + // Crypto shit mod crypt; // Stream impls