Searched refs:DecodeKey (Results 1 – 4 of 4) sorted by relevance
44 std::vector<uint8_t> DecodeKey(const std::vector<uint8_t>& encoded);
48 auto decoded = DecodeKey(encoded); in TEST_F()
63 auto keyBytes = hadamard::DecodeKey(encodedBytes); in retrieveKey()
155 std::vector<uint8_t> DecodeKey(const std::vector<uint8_t>& shuffled) { in DecodeKey() function