Remove WIP comment from cbc-file.

This commit is contained in:
Érico Rolim 2020-12-04 18:24:44 -03:00
parent e9bf5578dd
commit ca118c2b0d
1 changed files with 1 additions and 1 deletions

View File

@ -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: