mirror of
https://github.com/TheAlgorithms/PHP.git
synced 2025-01-17 07:08:13 +01:00
Update ciphers/monoAlphabeticCipher.php
Co-authored-by: Brandon Johnson <bbj1979@gmail.com>
This commit is contained in:
parent
6cb2d4c495
commit
6d02dccbae
@ -19,7 +19,8 @@ function monoAlphabeticCipher($key, $alphabet, $text){
|
||||
|
||||
function maEncrypt($key, $alphabet, $text){
|
||||
|
||||
return cipher($key, $alphabet, $text);
|
||||
return monoAlphabeticCipher($key, $alphabet, $text);
|
||||
|
||||
}
|
||||
|
||||
function maDecrypt($key, $alphabet, $text){
|
||||
|
Loading…
x
Reference in New Issue
Block a user