17 #include <gtest/gtest.h>
19 #include "../test/file_test.h"
20 #include "../test/test_util.h"
22 TEST(BLAKE2B256Test, ABC) {
26 0xbd, 0xdd, 0x81, 0x3c, 0x63, 0x42, 0x39, 0x72, 0x31, 0x71, 0xef,
27 0x3f, 0xee, 0x98, 0x57, 0x9b, 0x94, 0x96, 0x4e, 0x3b, 0xb1, 0xcb,
28 0x3e, 0x42, 0x72, 0x62, 0xc8, 0xc0, 0x68, 0xd5, 0x23, 0x19,
36 TEST(BLAKE2B256Test, TestVectors) {
38 std::vector<uint8_t>
msg, expected;