|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <gtest/gtest.h>#include "../hashers/hashers.hpp"#include <array>#include <cstddef>#include <stdint.h>#include <vector>Go to the source code of this file.
Functions | |
| TEST (Sha256, EmptyHash) | |
| TEST (Keccak, EmptyHash) | |
| TEST (Blake2s, EmptyHash) | |
| TEST | ( | Blake2s | , |
| EmptyHash | |||
| ) |
Definition at line 45 of file hashers.test.cpp.
| TEST | ( | Keccak | , |
| EmptyHash | |||
| ) |
Definition at line 37 of file hashers.test.cpp.
| TEST | ( | Sha256 | , |
| EmptyHash | |||
| ) |
Definition at line 29 of file hashers.test.cpp.