Update ciphers/a1z26_cipher.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Focus 2021-10-20 22:24:46 -04:00 committed by GitHub
parent 9af732945c
commit 36edde8137
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
namespace ciphers {
/**
* @namespace a1z26
* @brief Functions for [A1Z26] encryption and decryption implementation
* @brief Functions for [A1Z26](https://www.dcode.fr/letter-number-cipher) encryption and decryption implementation
*/
namespace a1z26 {