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: