From d2cd75de1561a44f4bd8ea4b1a5358b9f0059ce5 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Wed, 2 Mar 2016 01:36:04 +0100 Subject: [PATCH] TODOs --- src/cryfs-cli/Cli.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cryfs-cli/Cli.cpp b/src/cryfs-cli/Cli.cpp index 5a4b4e5d..88bd6cc2 100644 --- a/src/cryfs-cli/Cli.cpp +++ b/src/cryfs-cli/Cli.cpp @@ -68,7 +68,8 @@ using cpputils::dynamic_pointer_move; //TODO Delete a large file in parallel possible? Takes a long time right now... //TODO Improve parallelity. //TODO Replace ASSERTs with other error handling when it is not a programming error but an environment influence (e.g. a block is missing) -//TODO Performance difference when setting compiler parameter -maes for scrypt? +//TODO Can we improve performance by setting compiler parameter -maes for scrypt? +//TODO Running nano in a cryfs file system, editing and saving an existing file shows "file was modified since opening". namespace cryfs {