Skip to content

mucbuc/text_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text_utils

text utils

interface

namespace text_utils
{
  std::vector<int> apply_xor(std::string message, std::string key);
  std::string apply_xor(std::vector<int> buffer, std::string key);
  std::string apply_variables(std::string source, std::map<std::string, std::string> variables);
}

run tests

cd test
./build_and_run

=>

void test_apply_vars_recursive() passed!
void test_apply_vars() passed!
void test_xor_scramble() passed!

About

text utils

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published