MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / decrypt

Function decrypt

ciphers/a1z26_cipher.cpp:78–111  ·  view source on GitHub ↗

* @brief a1z26 decryption implementation * @param text is the encrypted text input * @param bReturnUppercase is if the decoded string should be in uppercase or * not * @returns the decrypted string in all uppercase or all lowercase */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.70

Calls 2

push_backMethod · 0.80
pop_backMethod · 0.80

Tested by

no test coverage detected