From ca118c2b0d8ae8c2ee3535cfdc6f32b3cf37f30d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 4 Dec 2020 18:24:44 -0300 Subject: [PATCH] Remove WIP comment from cbc-file. --- cbc-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbc-file.c b/cbc-file.c index 8832a25..a258aa3 100644 --- a/cbc-file.c +++ b/cbc-file.c @@ -2,7 +2,7 @@ * This is an implementation that intends to provide a simple executable to * encrypt and decrypt an arbitrary file. * - * The file is encrypted with ChaCha20+Poly1305 and [WIP] the key is derived from the + * The file is encrypted with ChaCha20+Poly1305 and the key is derived from the * password input and a salt. * * File format: