Home
last modified time | relevance | path

Searched refs:testvectors (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DBLAKE3Test.cpp34 std::array<KV, 5> testvectors{ in TEST() local
47 for (auto input_expected : testvectors) { in TEST()
66 HashBuilder.update(std::get<0>(testvectors[2])); in TEST()
69 EXPECT_EQ(std::get<1>(testvectors[2]), toHex(HBHash1)); in TEST()
70 EXPECT_EQ(std::get<1>(testvectors[2]), toHex(HBHash2)); in TEST()
H A DSHA256.cpp49 std::array<KV, 5> testvectors{ in TEST() local
62 for (auto input_expected : testvectors) { in TEST()