#include "blake3s.hpp"
#include <gtest/gtest.h>
#include "barretenberg/common/assert.hpp"
#include "barretenberg/common/constexpr_utils.hpp"
#include <array>
#include <iostream>
#include <memory>
#include <vector>
Go to the source code of this file.
|
template<size_t S> |
constexpr std::array< uint8_t, S > | convert (const std::string_view &in) |
|
| TEST (MiscBlake3s, TestVectors) |
|
| TEST (MiscBlake3s, TooLargeInputTest) |
|
◆ convert()
template<size_t S>
constexpr std::array< uint8_t, S > convert |
( |
const std::string_view & |
in | ) |
|
|
constexpr |
◆ TEST() [1/2]
TEST |
( |
MiscBlake3s |
, |
|
|
TestVectors |
|
|
) |
| |
◆ TEST() [2/2]
TEST |
( |
MiscBlake3s |
, |
|
|
TooLargeInputTest |
|
|
) |
| |