Searched refs:strToVec (Results 1 – 1 of 1) sorted by relevance
280 vector<uint8_t> strToVec(const string& str) { in strToVec() function290 vector<uint8_t> key = strToVec("key"); in TEST()291 vector<uint8_t> data = strToVec("The quick brown fox jumps over the lazy dog"); in TEST()