Searched refs:my_cypher (Results 1 – 2 of 2) sorted by relevance
16 my_cypher(std::string const& value_in, boost::optional<std::string>& value_out) in my_cypher() function35 std::string encrypted = boost::convert<std::string>("ABC", my_cypher).value(); in main()36 std::string decrypted = boost::convert<std::string>(encrypted, my_cypher).value(); in main()
13 string encrypted = boost::convert<string>("ABC", my_cypher).value();14 string decrypted = boost::convert<string>(encrypted, my_cypher).value();