mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-08 13:06:57 +08:00
Update ciphers/a1z26_cipher.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
namespace ciphers {
|
namespace ciphers {
|
||||||
/**
|
/**
|
||||||
* @namespace a1z26
|
* @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 {
|
namespace a1z26 {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user